SourceJammer 1.1.0 March 1, 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
 long Archive.addFile(long parentID, java.lang.String name, byte[] file, int fileType, java.lang.String comment)
          Adds a new file to this archive, at the specified location.
 long Archive.addNewVersion(long fileID, byte[] newVersion, Delta oReplaceCurrLatestVer, java.lang.String comment, java.lang.String userName)
          Adds a new version to an existing file.
 byte[] Archive.getFileLatestVersion(long fileID, int requestedEOL)
          Get latest version of file source as byte array.
 TextLineReader Archive.getFileLatestVersionTLR(long fileID)
          Get latest version of text file source as TextLineReader.
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, byte[] file, int fileType, java.lang.String comment)
          Adds a new file to this archive, at the specified location.
 long ProjectController.addNewVersion(long fileID, byte[] newVersion, Delta oReplaceCurrLatestVer, java.lang.String comment, java.lang.String userName)
          Adds a new version to an existing file.
 byte[] ProjectController.getFileLatestVersion(long fileID, int requestedEOL)
          Get latest version of file source as byte array.
 TextLineReader ProjectController.getFileLatestVersionTLR(long fileID)
          Get latest version of text file source as TextLineReader.
 


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