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

Uses of Class
org.sourcejammer.util.SourceJammerVersionException

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

Uses of SourceJammerVersionException in org.sourcejammer.project.controller
 

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

Uses of SourceJammerVersionException in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that throw SourceJammerVersionException
 TextLineReader NodeLibrary.retrieveVersionTextLineReader(NodeInfo versionNode)
          When implemented, this method returns the full source of the specified VersionNode as a TextLineReader.
static void Conversion.runConversionOneThree()
          Converts server from version 1.2 to version 1.3.
 

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

Methods in org.sourcejammer.project.model.filesys that throw SourceJammerVersionException
 TextLineReader NodeLibraryFS.retrieveVersionTextLineReader(NodeInfo versionNode)
          When implemented, this method returns the full source of the specified VersionNode as a TextLineReader.
static Label XMLUtilFS.xmlToLabel(org.w3c.dom.Document doc)
          Parses a label xml docuemnt into an org.sourcejammer.project.controller.Label.
static NodeAndShareParentPath XMLUtilFS.xmlToFileNode(org.w3c.dom.Document doc, long lKey)
           
static NodeAndShareParentPath XMLUtilFS.xmlToFileNode(org.w3c.dom.Document doc, FileNodeFS ndFile, long lKey)
          Build a FileNodeFS from the file node's XML doc.
 

Constructors in org.sourcejammer.project.model.filesys that throw SourceJammerVersionException
ArchiveInfoFlexFS(java.lang.String archiveName)
           
 


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