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

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

Packages that use InvalidSourceException
org.sourcejammer.project.controller   
org.sourcejammer.server.make   
org.sourcejammer.server.source   
 

Uses of InvalidSourceException in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that throw InvalidSourceException
 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.addNewVersion(long fileID, java.io.File newVersion, java.lang.String comment, java.lang.String userName)
          Adds a new version to an existing file.
 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)
           
 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.
 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 InvalidSourceException in org.sourcejammer.server.make
 

Methods in org.sourcejammer.server.make that throw InvalidSourceException
 BinaryDelta BuildDelta.buildBinaryDelta(byte[] byOld, byte[] byNew)
          Builds a delta file (BinaryDelta) representing the difference between the two byte arrays such that byNew can be reconstructed using just the BinaryDelta constructed here and byOld.
 TextDiff BuildDelta.buildTextDelta(byte[] byOld, byte[] byNew)
           
 TextDiff BuildDelta.buildTextDelta(byte[] byOld, TextLineReader readerNew)
           
 TextDiff BuildDelta.buildTextDelta(TextLineReader readerOld, TextLineReader readerNew)
           
 

Uses of InvalidSourceException in org.sourcejammer.server.source
 

Methods in org.sourcejammer.server.source that throw InvalidSourceException
 java.io.OutputStream SourceBuildStepInf.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
          Executes this build step on OutputStream buildSoFar.
 TextLineAdder ReadLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 java.io.ByteArrayOutputStream BinaryDelta.buildFile(SourceInputStream parent)
          Applies this BinaryDelta file to the file in parent to produce the new file version.
 TextLineIteratorOutput TextDiff.buildFileTextLineIterator(TextLineIteratorOutput parent)
          Reconstructs fileTwo and returns it as a TextLineIterator.
 java.io.ByteArrayOutputStream TextDiff.buildFile(SourceInputStream parent, int iEndOfLineType)
          Builds a text file from the parent using the build steps in this Delta.
 java.io.OutputStream AddBytes.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
           
 java.io.ByteArrayOutputStream TextDelta.buildFile(SourceInputStream parent, int iEndOfLineType)
          Builds a text file from the parent using the build steps in this Delta.
 TextLineIterator TextDelta.buildFileTextLineIterator(TextLineIterator parent)
          Builds a text file from the parent using the build steps.
 java.io.OutputStream ReadBytes.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
           
 TextLineAdder SkipLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 TextLineAdder TextBuildStepInf.build(TextLineIterator parent, TextLineAdder buildSoFar)
          Executes this build step on TextLineAdder buildSoFar.
 java.io.OutputStream SkipBytes.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
           
 TextLineAdder AddLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 


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