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

Uses of Package
org.sourcejammer.server.source

Packages that use org.sourcejammer.server.source
JLibDiff   
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
org.sourcejammer.server.make   
org.sourcejammer.server.source   
 

Classes in org.sourcejammer.server.source used by JLibDiff
TextLineIterator
           
TextLineReader
          This class reads and outputs lines of text from a binary file passed to it as a byte array.
 

Classes in org.sourcejammer.server.source used by org.sourcejammer.project.controller
Delta
          To be implemented by delta objects.
InvalidSourceException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextFileException
          Title: Description: Copyright: Copyright (c) 2001 Company:
TextLineIteratorOutput
           
TextLineReader
          This class reads and outputs lines of text from a binary file passed to it as a byte array.
 

Classes in org.sourcejammer.server.source used by org.sourcejammer.project.model
Delta
          To be implemented by delta objects.
TextDiff
          Builds a diff from two text files and can reconstruct the second file when passed the first, using the type of EOL characters requested.
TextLineReader
          This class reads and outputs lines of text from a binary file passed to it as a byte array.
 

Classes in org.sourcejammer.server.source used by org.sourcejammer.project.model.filesys
Delta
          To be implemented by delta objects.
TextDiff
          Builds a diff from two text files and can reconstruct the second file when passed the first, using the type of EOL characters requested.
TextLineReader
          This class reads and outputs lines of text from a binary file passed to it as a byte array.
 

Classes in org.sourcejammer.server.source used by org.sourcejammer.server.make
BinaryDelta
          Represents the differences (or delta) between two versions of a binary file such that this BinaryDelta can be applied to the "old" file version to reproduce the new file version.
InvalidSourceException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextDiff
          Builds a diff from two text files and can reconstruct the second file when passed the first, using the type of EOL characters requested.
TextLineReader
          This class reads and outputs lines of text from a binary file passed to it as a byte array.
 

Classes in org.sourcejammer.server.source used by org.sourcejammer.server.source
Delta
          To be implemented by delta objects.
InvalidSourceException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
SourceBuildStepInf
           
SourceInputStream
          This class is essentially a wrapper around ByteArrayInputStream with reduced functionality.
TextBuildStepInf
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextLineAdder
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextLineIterator
           
TextLineIteratorOutput
           
TextLineReader
          This class reads and outputs lines of text from a binary file passed to it as a byte array.
 


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