SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.server.source.TextFileException

Packages that use TextFileException
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
 

Uses of TextFileException in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that throw TextFileException
 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.
 long Archive.addFile(long parentID, java.lang.String name, java.io.File file, FileProperties props, java.lang.String userName)
          Adds a new file to this archive, at the specified location.
 long Archive.addNewVersion(long fileID, java.io.File newVersion, java.lang.String comment, java.lang.String userName)
          Adds a new version to an existing file.
 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.
 void Archive.rollbackToVersion(long fileID, long versionID, java.io.File newLatestVersion)
          Rollback specified file to specified version number.
 void Archive.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentID, java.lang.String userName)
          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.
 Label Archive.getLabelContentList(long labelID, int versionNumber)
          Returns the Label object (which contains the sourcejammer path and version number for each object in the labeled version) with the specified name.
 void Archive.rebuildLabel(long labelID, java.lang.String description, long parentProjectID, java.lang.String userName)
           
static void TextFileUtil.convertTextFileAsFileForStorage(java.io.File file)
           
static void TextFileUtil.convertTextFileAsFileForStorage(java.io.File file, boolean expandKeywords, ProjectObjects projObj)
           
static byte[] TextFileUtil.convertTextFileForStorage(byte[] file)
           
static byte[] TextFileUtil.convertTextFileForStorage(byte[] file, boolean expandKeywords, ProjectObjects projObj)
          Converts a text file (in byte array form) into the proper format for storage and returns it as an serialized object in a byte array.
static byte[] TextFileUtil.convertTextFileForRetreival(byte[] file, int requestedEOL)
          Converts a text file as stored in the server (as a serialized TextLineIterator in byte[] form) and converts it to a straight text file using the requested end of line characters.
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.
 long ProjectController.addFile(long projectID, java.lang.String name, java.io.File file, FileProperties props, java.lang.String userName)
          Adds a new file to this archive, at the specified location.
 long ProjectController.addNewVersion(long fileID, java.io.File newVersion, java.lang.String comment, java.lang.String userName)
          Adds a new version to an existing file.
 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.rollbackToVersion(long fileID, long versionID, java.io.File newLatestVersion)
          Rollback specified file to specified version number.
 void ProjectController.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentProjectID, java.lang.String userName)
          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 ProjectController.rebuildLabel(long labelID, java.lang.String description, long parentProjectID, java.lang.String userName)
           
 Label ProjectController.getLabelContentList(long labelID, int versionNumber)
          Returns the Label object (which contains the sourcejammer path and version number for each object in the labeled version) with the specified name.
 void PreviousVersionSourceRetreiver.retreiveSource(java.io.File flTarget)
           
 

Uses of TextFileException in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that throw TextFileException
static void Conversion.runConversionOneThree()
          Converts server from version 1.2 to version 1.3.
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan