SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.project.controller.FileNode

Packages that use FileNode
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
 

Uses of FileNode in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return FileNode
 FileNode Archive.getFileNode(long fileID)
          Allows "master control" to look at file info to verify check out, check in, file type, etc.
 FileNode Archive.getFileNode(long fileID, boolean readOnly)
          Allows "master control" to look at file info to verify check out, check in, file type, etc.
 FileNode ProjectController.getFileNode(long fileID)
          Allows "master control" to look at file info to verify check out, check in, file type, etc.
 FileNode ProjectController.getFileNode(long fileID, boolean readOnly)
          Allows "master control" to look at file info to verify check out, check in, file type, etc.
 

Methods in org.sourcejammer.project.controller with parameters of type FileNode
 void Archive.releaseFileNode(FileNode nd)
          Release a file node.
static void TextFileUtil.convertTextFileToProperFormat(FileNode ndFile, NodeLibrary library)
          Converts the entire version history of a text file previously saved to the new text file storage format.
 void ProjectController.releaseFileNode(FileNode nd)
          Release a file node.
static NodeList ControllerUtil.buildFileVersionList(FileNode fileNode)
          Builds a NodeList of NodeInfo objects of a FileNode's version children.
 

Uses of FileNode in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that return FileNode
 FileNode NodeLibrary.getFileNode(long nodeID)
          Retrieve or construct a FileNode based on it's node id.
 FileNode NodeLibrary.getFileNode(long nodeID, boolean readOnly)
          Retrieve or construct a FileNode based on it's node id.
 FileNode NodeLibrary.getNewFileNodeFromModel()
          Subclasses should implement this to return a new FileNode object.
 

Methods in org.sourcejammer.project.model with parameters of type FileNode
 void NodeLibrary.storeVersion(FileNode ndFile, long fileKey, long versionID, byte[] file)
          Subclasses should implement to store version file in the model implementation.
 void NodeLibrary.storeVersion(FileNode ndFile, long fileKey, long versionID, Delta file)
          Subclasses should implement to store file delta in the model implementation.
 void NodeLibrary.storeVersionComment(FileNode ndFile, long fileKey, long versionID, java.lang.String comment)
           
 

Uses of FileNode in org.sourcejammer.project.model.filesys
 

Subclasses of FileNode in org.sourcejammer.project.model.filesys
 class FileNodeFS
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Methods in org.sourcejammer.project.model.filesys that return FileNode
 FileNode NodeLibraryFS.getFileNode(long nodeID)
          Retrieves and locks a File node on the file system.
 FileNode NodeLibraryFS.getFileNode(long nodeID, boolean readOnly)
          Retrieve or construct a FileNode based on it's node id.
 FileNode NodeLibraryFS.getNewFileNodeFromModel()
          Subclasses should implement this to return a new FileNode object.
 

Methods in org.sourcejammer.project.model.filesys with parameters of type FileNode
 void NodeLibraryFS.storeVersion(FileNode ndFile, long fileKey, long versionID, byte[] file)
          Subclasses should implement to store version file in the model implementation.
 void NodeLibraryFS.storeVersion(FileNode ndFile, long fileKey, long versionID, Delta file)
          Subclasses should implement to store file delta in the model implementation.
 void NodeLibraryFS.storeVersion(FileNode ndFile, long fileKey, long versionID, TextDiff file)
           
 void NodeLibraryFS.storeVersionComment(FileNode ndFile, long fileKey, long versionID, java.lang.String comment)
           
 


SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan