SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

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

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

Uses of FileDoesNotExistException in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that throw FileDoesNotExistException
 void PreviousVersionSourceMaker.makePreviousVersionSource(java.io.File deltaTarget)
          To use resourceses most wisely, I recommend that newVersion be already saved to disk before this method is called.
 java.lang.String Archive.getFileDescription(long fileID)
          Returns the description of a file.
 void Archive.setFileDescription(long fileID, java.lang.String description)
          Changes description of a file.
 long Archive.getVersionFileSizeInBytes(long fileID, int versionNumber)
          Gets the size of the version file in bytes.
 long Archive.addNewVersion(long fileID, java.io.File newVersion, java.io.File replaceCurrLatestVer, java.lang.String comment, java.lang.String userName)
          Adds a new version to an existing file.
 File Archive.getFile(long fileID)
          Get File object (info about file).
 java.io.File Archive.getLatestVersionSourceFilePointer(long fileID)
          Returns java.io.File object for latest version's source.
 long Archive.getFileLatestVersion(long fileID, int requestedEOL)
          Get latest version of file source to temp dir and return temp file ID.
 TextLineReader Archive.getFileLatestVersionTLR(long fileID)
          Get latest version of text file source as TextLineReader.
 Delta Archive.getFileVersionDelta(long versionID)
          Get specified delta object for file.
 void Archive.removeFile(long parentID, long fileID)
          Remove specified file from project hierarchy.
 void Archive.rollbackToVersion(long fileID, long versionID, java.io.File newLatestVersion)
          Rollback specified file to specified version number.
 void Archive.setVersionComment(long fileID, int version, java.lang.String comment)
          Set the comment of the specified version.
 java.lang.String Archive.getVersionComment(long versionID)
          Get the comment for the specified version.
 void Archive.checkOutFile(long fileID, java.lang.String userName, java.lang.String checkOutLocation)
          Set status of specified file to checked out.
 void Archive.checkInFile(long fileID)
          Set status of specified file to checked in.
 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.
 void Archive.restoreRemovedNode(long parentID, int index)
          Restores a project or file node that was previously removed from the archive.
 void Archive.restoreRemovedNode(long parentID, java.lang.String newName, int index)
          & Restores a project or file node that was previously removed from the archive.
 void Archive.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentID)
          Create and save a new labeled version with the passed-in name and description and containing all of the latest versions that are children of parent.
 void Archive.renameFile(long parentID, long fileID, java.lang.String newName)
           
static NodeList ControllerUtil.buildProjectChildList(ProjectNode projectNode, NodeLibrary lib)
          Builds a NodeList of NodeInfo objects of a ProjectNode's children.
 java.lang.String ProjectController.getFileDescription(long fileID)
          Gets and returns the description of a file.
 void ProjectController.setFileDescription(long fileID, java.lang.String description)
          Changes description of a file.
 long ProjectController.addNewVersion(long fileID, java.io.File newVersion, java.io.File replaceCurrLatestVer, java.lang.String comment, java.lang.String userName)
          Adds a new version to an existing file.
 File ProjectController.getFile(long fileID)
          Get File object (info about file).
 java.io.File ProjectController.getLatestVersionSourceFilePointer(long fileID)
          Returns java.io.File object for latest version's source.
 long ProjectController.getFileLatestVersion(long fileID, int requestedEOL)
          Get latest version of file source to temp dir and return temp file ID.
 TextLineReader ProjectController.getFileLatestVersionTLR(long fileID)
          Get latest version of text file source as TextLineReader.
 void ProjectController.removeFile(long parentID, long fileID)
          Remove specified file from specified project.
 void ProjectController.rollbackToVersion(long fileID, long versionID, java.io.File newLatestVersion)
          Rollback specified file to specified version number.
 void ProjectController.setVersionComment(long fileID, int version, java.lang.String comment)
          Set the comment of the specified version.
 long ProjectController.getVersionFileSizeInBytes(long fileID, int versionNumber)
          Gets the size of the version file in bytes.
 java.lang.String ProjectController.getVersionComment(long versionID)
          Get the comment for the specified version.
 void ProjectController.checkOutFile(long fileID, java.lang.String userName, java.lang.String checkOutLocation)
          Set status of specified file to checked out.
 void ProjectController.checkInFile(long fileID)
          Set status of specified file to checked in.
 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.
 void ProjectController.restoreRemovedNode(long parentID, int index)
           
 void ProjectController.restoreRemovedNode(long parentID, java.lang.String newName, int index)
          Restores a project or file node that was previously removed from the archive.
 void ProjectController.renameFile(long parentID, long fileID, java.lang.String newName)
           
 void ProjectController.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentProjectID)
          Create and save a new labeled version with the passed-in name and description and containing all of the latest versions that are children of parent.
protected  Project ProjectController.projectNodeToProject(ProjectNode ndProject)
           
protected  Label ProjectController.buildLabel(Label label, long parentProjectID, java.lang.String baseSJPath)
          This method recursively calls itself until it has put all of the latest versions of all the file nodes in parent (and in all ProjectNode children of parent) into label.
 void PreviousVersionSourceRetreiver.retreiveSource(java.io.File flTarget)
           
 

Uses of FileDoesNotExistException in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that throw FileDoesNotExistException
 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.
 

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

Methods in org.sourcejammer.project.model.filesys that throw FileDoesNotExistException
 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.
static Label ConversionTools.xmlToLabelVer1_0(org.w3c.dom.Document doc, java.lang.String fileName, NodeLibrary oLibrary)
           
 


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan