A B C D E F G H I J K L M N O P Q R S T U V W X Z

B

backupFile(File, String) - Static method in class org.sourcejammer.server.install.Install
 
BASE_PATH_INIT_PARAM - Static variable in class org.sourcejammer.web.servlet.AppConfigInitServlet
Servlet initialization parameter that specifies the base configuration path.
beginIndex() - Method in class org.sourcejammer.server.make.ByteArrayBuffer
 
BINARY_MIME_TYPE - Static variable in class org.sourcejammer.web.servlet.BrowseArchiveController
 
BINARY_RANGE_SIZE - Static variable in class org.sourcejammer.server.ServerConfig.ConfXMLNodes
 
BinaryDelta - class org.sourcejammer.server.source.BinaryDelta.
Deprecated. No more binary diffs in SourceJammer. Use compressed, full-source, or no history options. Provided for backward compatability with prevously saved binary files.

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
Deprecated. Default constructor.
booleanString(boolean) - Method in class org.sourcejammer.project.model.filesys.ArchiveInfoFlexFS
 
BRANCH_FILE - Static variable in class org.sourcejammer.server.plugin.SJServerFileEvent.Events
 
BRANCH_REPORT - Static variable in class org.sourcejammer.project.controller.BranchReportMaker
 
Brancher - class org.sourcejammer.project.controller.Brancher.
Title: $FileName: Brancher.java$
Brancher(NodeLibrary, ArchiveInfoFlex) - Constructor for class org.sourcejammer.project.controller.Brancher
 
Brancher(NodeLibrary, ArchiveInfoFlex, SJRequest, SJResponse, Archive) - Constructor for class org.sourcejammer.project.controller.Brancher
 
branchesByFileID - Variable in class org.sourcejammer.project.controller.MasterFileNode
 
branchFile(long, long, String, String, String) - Method in class org.sourcejammer.project.controller.ProjectController
Creates a new branch of a shared file in parentProject.
branchFile(long, long, String, String, String) - Method in class org.sourcejammer.project.controller.Brancher
Creates a new branch of a shared file in parentProject.
branchFile(long, long, String, String, String) - Method in interface org.sourcejammer.project.controller.Archive
Creates a new branch of a shared file in parentProject.
branchFile(SJRequest) - Static method in class org.sourcejammer.project.view.MasterControlProgram
Branch a shared file..
BranchNode - class org.sourcejammer.project.controller.BranchNode.
Title: $FileName: BranchNode.java$
BranchNode() - Constructor for class org.sourcejammer.project.controller.BranchNode
 
branchProject(long, String, String, String, SJRequest, SJResponse) - Method in class org.sourcejammer.project.controller.ProjectController
 
branchProject(long, String, String, String, SJRequest, SJResponse) - Method in interface org.sourcejammer.project.controller.Archive
Creates a new branch of all shared files in project, recursively.
branchProject(SJRequest) - Static method in class org.sourcejammer.project.view.MasterControlProgram
Branch all sharee files in project.
branchProjectsAndFiles(ProjectNode, String, String, String) - Method in class org.sourcejammer.project.controller.Brancher
 
BranchReportException - exception org.sourcejammer.project.controller.BranchReportException.
Title: $FileName: BranchReportException.java$
BranchReportException() - Constructor for class org.sourcejammer.project.controller.BranchReportException
Constructor for BranchReportException.
BranchReportException(String) - Constructor for class org.sourcejammer.project.controller.BranchReportException
Constructor for BranchReportException.
BranchReportException(String, Exception) - Constructor for class org.sourcejammer.project.controller.BranchReportException
Constructor for BranchReportException.
BranchReportMaker - class org.sourcejammer.project.controller.BranchReportMaker.
Title: $FileName: BranchReportMaker.java$
BranchReportMaker() - Constructor for class org.sourcejammer.project.controller.BranchReportMaker
 
BrowseArchiveController - class org.sourcejammer.web.servlet.BrowseArchiveController.
Title: SourceJammer 1.1 Description: Copyright: Copyright (c) 2001 Company: SourceJammer
BrowseArchiveController.Commands - class org.sourcejammer.web.servlet.BrowseArchiveController.Commands.
 
BrowseArchiveController.Commands() - Constructor for class org.sourcejammer.web.servlet.BrowseArchiveController.Commands
 
BrowseArchiveController.Params - class org.sourcejammer.web.servlet.BrowseArchiveController.Params.
 
BrowseArchiveController.Params() - Constructor for class org.sourcejammer.web.servlet.BrowseArchiveController.Params
 
BrowseArchiveController.SessionParams - class org.sourcejammer.web.servlet.BrowseArchiveController.SessionParams.
 
BrowseArchiveController.SessionParams() - Constructor for class org.sourcejammer.web.servlet.BrowseArchiveController.SessionParams
 
BrowseArchiveController.URLs - class org.sourcejammer.web.servlet.BrowseArchiveController.URLs.
 
BrowseArchiveController.URLs() - Constructor for class org.sourcejammer.web.servlet.BrowseArchiveController.URLs
 
BrowseArchiveController() - Constructor for class org.sourcejammer.web.servlet.BrowseArchiveController
 
buffer - Variable in class org.sourcejammer.server.make.ByteArrayBuffer
 
buffer - Variable in class org.sourcejammer.server.make.BufferedChunkCompare
 
bufferBeginIndex - Variable in class org.sourcejammer.server.make.ByteArrayBuffer
 
bufferChunkIndex - Variable in class org.sourcejammer.server.make.BufferedChunkCompare
 
BufferedChunkCompare - class org.sourcejammer.server.make.BufferedChunkCompare.
 
BufferedChunkCompare() - Constructor for class org.sourcejammer.server.make.BufferedChunkCompare
 
BufferedChunkCompare(File, boolean) - Constructor for class org.sourcejammer.server.make.BufferedChunkCompare
 
bufferEndIndex - Variable in class org.sourcejammer.server.make.ByteArrayBuffer
 
bufferIndexToFileIndex(int) - Method in class org.sourcejammer.server.make.BufferedChunkCompare
 
bufferIndexToSourceIndex(int) - Method in class org.sourcejammer.server.make.ByteArrayBuffer
 
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 interface org.sourcejammer.server.source.TextBuildStepInf
Executes this build step on TextLineAdder buildSoFar.
build(TextLineIterator, TextLineAdder) - Method in class org.sourcejammer.server.source.SkipLines
 
build(TextLineIterator, TextLineAdder) - Method in class org.sourcejammer.server.source.ReadLines
 
build(TextLineIterator, TextLineAdder) - Method in class org.sourcejammer.server.source.AddLines
 
buildArchiveNameExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
Adds archive name.
buildBasicNodeDocument(NodeFS) - Method in class org.sourcejammer.project.model.filesys.NodeSerializer
Builds a basic XML Doc for file sys node.
buildBasicProjectNodeDocument(NodeFS) - Static method in class org.sourcejammer.project.model.filesys.Pre20XMLUtilFS
Builds a basic XML Doc for file sys project node info.
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.
buildBinaryFile(SourceInputStream, ByteArrayOutputStream) - Method in class org.sourcejammer.server.source.BinaryDelta
Deprecated.  
buildBranch(Element) - Method in class org.sourcejammer.project.model.filesys.MasterFileDeserializer
 
buildBranchVersion(FileNode, long, String, long, String) - Method in class org.sourcejammer.project.controller.Brancher
 
buildChangeList - Variable in class org.sourcejammer.project.controller.LabelMaker
 
buildChangeListFile() - Method in class org.sourcejammer.project.controller.LabelMaker
 
buildChildElement(Element, BranchNode) - Method in class org.sourcejammer.project.model.filesys.MasterFileSerializer
 
buildChildIndexKey(long, int) - Method in class org.sourcejammer.project.controller.ProjectNode
 
buildChildren(Element, BranchNode) - Method in class org.sourcejammer.project.model.filesys.MasterFileSerializer
 
buildCommentExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
BuildDelta - class org.sourcejammer.server.make.BuildDelta.
 
BuildDelta.MatchChunksResult - class org.sourcejammer.server.make.BuildDelta.MatchChunksResult.
Inner class for encapsulating the results of a comparision of a chunk of bytes from each byte array to it's opposite.
BuildDelta.MatchChunksResult() - Constructor for class org.sourcejammer.server.make.BuildDelta.MatchChunksResult
 
BuildDelta.SearchRange - class org.sourcejammer.server.make.BuildDelta.SearchRange.
 
BuildDelta.SearchRange() - Constructor for class org.sourcejammer.server.make.BuildDelta.SearchRange
 
BuildDelta() - Constructor for class org.sourcejammer.server.make.BuildDelta
 
buildDescriptionExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildDoNothingExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
Just adds line to lines.
buildFile(SourceInputStream) - Method in class org.sourcejammer.server.source.BinaryDelta
Deprecated. 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.TextDelta
Deprecated. Builds a text file from the parent using the build steps in this Delta.
buildFileIDExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildFileList(long[]) - Method in class org.sourcejammer.project.view.PluginArchiveContext
 
buildFileList(long[]) - Method in interface org.sourcejammer.server.plugin.ArchiveContext
Constructs a file list (in the form of a Project) from the list of file ids passed in.
buildFileLocationExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildFileNameExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildFileTextLineIterator(TextLineIterator) - Method in class org.sourcejammer.server.source.TextDelta
Deprecated. 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.
buildFromXML(Document) - Static method in class org.sourcejammer.project.controller.Label
 
buildKeywordsHash() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildLabel(long, String, long) - Method in class org.sourcejammer.project.controller.LabelMaker
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.
buildModDateExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildNewFileNode(FileNode, FileNode, long, long) - Method in class org.sourcejammer.project.controller.Brancher
 
buildNewFullVersion(FileNode, long, String) - Method in class org.sourcejammer.project.controller.Brancher
 
buildSpecificVersionSource(Archive, long, int, int, File) - Static method in class org.sourcejammer.project.view.MasterControlProgram
Rebuilds the specified source for the specified version (iVersion) of the specified file (ndFile).
buildSpecificVersionSource(Archive, long, int, long, File) - Static method in class org.sourcejammer.project.view.MasterControlProgram
Rebuilds the specified source for the specified version (iVersion) of the specified file (ndFile).
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
 
buildUserFullNameExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildUserNameExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildVerIDExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
buildVerNumExpander() - Static method in class org.sourcejammer.server.keywords.KeywordManager
 
ByteArrayBuffer - class org.sourcejammer.server.make.ByteArrayBuffer.
 
ByteArrayBuffer(FileInputStream, int) - Constructor for class org.sourcejammer.server.make.ByteArrayBuffer
 
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() - Constructor for class org.sourcejammer.server.make.ByteArrayChunkCompare
 
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.
ByteArraySource - class org.sourcejammer.server.source.ByteArraySource.
Represents a non-diffed byte array that implements Delta for convenience.
ByteArraySource(byte[]) - Constructor for class org.sourcejammer.server.source.ByteArraySource
 
BytesToAddStreamer - class org.sourcejammer.server.make.BytesToAddStreamer.
Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project
BytesToAddStreamer(File) - Constructor for class org.sourcejammer.server.make.BytesToAddStreamer
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2003 Soucejammer project.