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

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

Packages that use TextFileException
org.sourcejammer.project.controller   
 

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.io.File replaceCurrLatestVer, 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.
static void TextFileUtil.convertTextFileAsFileForStorage(java.io.File file)
           
static byte[] TextFileUtil.convertTextFileForStorage(byte[] file)
          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.io.File replaceCurrLatestVer, 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 PreviousVersionSourceRetreiver.retreiveSource(java.io.File flTarget)
           
 


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