SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan
A B C D E F G H I J L M N O P Q R S T U V W X Y Z

B

BadMethodArgumentException - exception org.sourcejammer.util.BadMethodArgumentException.
This exception is thrown when a method receives an invalid or illegal argument.
BadMethodArgumentException() - Constructor for class org.sourcejammer.util.BadMethodArgumentException
 
BadMethodArgumentException(String) - Constructor for class org.sourcejammer.util.BadMethodArgumentException
 
BadMethodArgumentException(String, Exception) - Constructor for class org.sourcejammer.util.BadMethodArgumentException
 
BASE_PATH_INIT_PARAM - Static variable in class org.sourcejammer.web.servlet.AppConfigInitServlet
Servlet initialization parameter that specifies the base configuration path.
BINARY - Static variable in class org.sourcejammer.client.commandline.CommandLineInterpreter.FileTypes
 
BINARY - Static variable in class org.sourcejammer.util.AppConfig.FileTypes
 
BINARY_MIME_TYPE - Static variable in class org.sourcejammer.web.servlet.BrowseArchiveController
 
BINARY_RANGE_SIZE - Static variable in class org.sourcejammer.util.AppConfig.ConfXMLNodes
 
BinaryDelta - class org.sourcejammer.server.source.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.
BinaryDelta() - Constructor for class org.sourcejammer.server.source.BinaryDelta
Default constructor.
BrowseArchiveController - class org.sourcejammer.web.servlet.BrowseArchiveController.
Title: SourceJammer 1.1 Description: Copyright: Copyright (c) 2001 Company: SourceJammer
BrowseArchiveController() - Constructor for class org.sourcejammer.web.servlet.BrowseArchiveController
 
build(SourceInputStream, OutputStream) - Method in interface org.sourcejammer.server.source.SourceBuildStepInf
Executes this build step on OutputStream buildSoFar.
build(SourceInputStream, OutputStream) - Method in class org.sourcejammer.server.source.SkipBytes
 
build(SourceInputStream, OutputStream) - Method in class org.sourcejammer.server.source.ReadBytes
 
build(SourceInputStream, OutputStream) - Method in class org.sourcejammer.server.source.AddBytes
 
build(TextLineIterator, TextLineAdder) - Method in class org.sourcejammer.server.source.SkipLines
 
build(TextLineIterator, TextLineAdder) - Method in interface org.sourcejammer.server.source.TextBuildStepInf
Executes this build step on TextLineAdder buildSoFar.
build(TextLineIterator, TextLineAdder) - Method in class org.sourcejammer.server.source.ReadLines
 
build(TextLineIterator, TextLineAdder) - Method in class org.sourcejammer.server.source.AddLines
 
buildBinaryDelta(byte[], byte[]) - Method in class org.sourcejammer.server.make.BuildDelta
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.
BuildDelta - class org.sourcejammer.server.make.BuildDelta.
 
BuildDelta() - Constructor for class org.sourcejammer.server.make.BuildDelta
 
buildFile(SourceInputStream) - Method in class org.sourcejammer.server.source.BinaryDelta
Applies this BinaryDelta file to the file in parent to produce the new file version.
buildFile(SourceInputStream, int) - Method in class org.sourcejammer.server.source.TextDiff
Builds a text file from the parent using the build steps in this Delta.
buildFile(SourceInputStream, int) - Method in class org.sourcejammer.server.source.TextDelta
Builds a text file from the parent using the build steps in this Delta.
buildFileTextLineIterator(TextLineIterator) - Method in class org.sourcejammer.server.source.TextDelta
Builds a text file from the parent using the build steps.
buildFileTextLineIterator(TextLineIteratorOutput) - Method in class org.sourcejammer.server.source.TextDiff
Reconstructs fileTwo and returns it as a TextLineIterator.
buildFileVersionList(FileNode) - Static method in class org.sourcejammer.project.controller.ControllerUtil
Builds a NodeList of NodeInfo objects of a FileNode's version children.
buildLabel(Label, long, String) - Method in class org.sourcejammer.project.controller.ProjectController
This method recursively calls itself until it has put all of the latest versions of all the file nodes in parent (and in all ProjectNode children of parent) into label.
buildNodeNameObject(String, String) - Static method in class org.sourcejammer.project.view.NodeName
Builds a NodeName from a full project path string.
buildProjectChildList(ProjectNode, NodeLibrary) - Static method in class org.sourcejammer.project.controller.ControllerUtil
Builds a NodeList of NodeInfo objects of a ProjectNode's children.
buildTextDelta(byte[], byte[]) - Method in class org.sourcejammer.server.make.BuildDelta
 
buildTextDelta(byte[], TextLineReader) - Method in class org.sourcejammer.server.make.BuildDelta
 
buildTextDelta(TextLineReader, TextLineReader) - Method in class org.sourcejammer.server.make.BuildDelta
 
ByteArrayChunkCompare - class org.sourcejammer.server.make.ByteArrayChunkCompare.
This class allows simple iteration through a byte array for the purpose of comparing a chunk of bytes of a specified size.
ByteArrayChunkCompare(byte[]) - Constructor for class org.sourcejammer.server.make.ByteArrayChunkCompare
Create a new ByteArrayChunkCompare object for a byte array, beginning with the first byte in the array.
ByteArrayChunkCompare(byte[], int) - Constructor for class org.sourcejammer.server.make.ByteArrayChunkCompare
Create a new ByteArrayChunkCompare object for a byte array, beginning with a specified index.

SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan
A B C D E F G H I J L M N O P Q R S T U V W X Y Z