Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
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
T
TERM_MESSAGE
- Static variable in class org.sourcejammer.client.commandline.
CommandLineInterpreter
TestSource
- class org.sourcejammer.server.source.
TestSource
.
TestSource()
- Constructor for class org.sourcejammer.server.source.
TestSource
TEXT
- Static variable in class org.sourcejammer.client.commandline.
CommandLineInterpreter.FileTypes
TEXT
- Static variable in class org.sourcejammer.util.
AppConfig.FileTypes
TextBuildStepInf
- interface org.sourcejammer.server.source.
TextBuildStepInf
.
Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextDelta
- class org.sourcejammer.server.source.
TextDelta
.
This file represents the delta between two text files.
TextDelta()
- Constructor for class org.sourcejammer.server.source.
TextDelta
Default constructor.
TextDiff
- class org.sourcejammer.server.source.
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.
TextDiff()
- Constructor for class org.sourcejammer.server.source.
TextDiff
Constructs an empty TextDiff.
TextDiff(TextLineReader, TextLineReader)
- Constructor for class org.sourcejammer.server.source.
TextDiff
Constructs a TextDiff using the two TextLineReaders.
TextDiff(Vector)
- Constructor for class org.sourcejammer.server.source.
TextDiff
TextFileException
- exception org.sourcejammer.server.source.
TextFileException
.
Title: Description: Copyright: Copyright (c) 2001 Company:
TextFileException()
- Constructor for class org.sourcejammer.server.source.
TextFileException
TextFileException(String)
- Constructor for class org.sourcejammer.server.source.
TextFileException
TextFileException(String, Exception)
- Constructor for class org.sourcejammer.server.source.
TextFileException
TextFileUtil
- class org.sourcejammer.project.controller.
TextFileUtil
.
Utility class of static methods for manipulating Text Files.
TextLineAdder
- interface org.sourcejammer.server.source.
TextLineAdder
.
Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextLineAdderIterator
- class org.sourcejammer.server.source.
TextLineAdderIterator
.
Builds a text file like TextLineAdder and allows iteration through lines like TextLineIterator.
TextLineAdderIterator()
- Constructor for class org.sourcejammer.server.source.
TextLineAdderIterator
TextLineIterator
- interface org.sourcejammer.server.source.
TextLineIterator
.
TextLineIteratorOutput
- class org.sourcejammer.server.source.
TextLineIteratorOutput
.
TextLineIteratorOutput()
- Constructor for class org.sourcejammer.server.source.
TextLineIteratorOutput
TextLineReader
- class org.sourcejammer.server.source.
TextLineReader
.
This class reads and outputs lines of text from a binary file passed to it as a byte array.
TextLineReader(byte[])
- Constructor for class org.sourcejammer.server.source.
TextLineReader
Constructs a TextLineReader from the passed-in byte array.
TextLineReader(byte[], int, int)
- Constructor for class org.sourcejammer.server.source.
TextLineReader
Constructs a TextLineReader from the specified bytes in the passed-in byte array.
TextLineReader(InputStream)
- Constructor for class org.sourcejammer.server.source.
TextLineReader
Constructs a TextLineReader to read the bytes from the passed in InputStream.
TextLineReader(Vector)
- Constructor for class org.sourcejammer.server.source.
TextLineReader
Constructs a new NextLineReader explicitly setting the underlying Vector to a Vector of Strings.
TextLineWriter
- class org.sourcejammer.server.source.
TextLineWriter
.
This class is used to append lines into a char array, using a specified end of line char array (typically linefeed or carriage return / linefeed.
TextLineWriter()
- Constructor for class org.sourcejammer.server.source.
TextLineWriter
Default constructor.
TextLineWriter(char[])
- Constructor for class org.sourcejammer.server.source.
TextLineWriter
Constructs a TextLineWriter with the passed-in end of line characters using the default buffer size.
TextLineWriter(int)
- Constructor for class org.sourcejammer.server.source.
TextLineWriter
Constructs a TextLineWriter with the passed-in starting buffer size and the default end of line characters.
It is important to use an accurate starting buffer size.
TextLineWriter(int, char[])
- Constructor for class org.sourcejammer.server.source.
TextLineWriter
Constructs a TextLineWriter with the passed-in starting buffer size and end of line characters.
TO_PARENT_DIR
- Static variable in class org.sourcejammer.client.commandline.
CommandLineInterpreter
toCharArray()
- Method in class org.sourcejammer.server.source.
TextLineWriter
Writes the contents of this TextLineWriter to a char array.
toCharArray()
- Method in class org.sourcejammer.server.source.
TextLineIteratorOutput
toCharArray()
- Method in class org.sourcejammer.server.source.
TextLineReader
toCharArray()
- Method in class org.sourcejammer.server.source.
TextLineAdderIterator
toCharArray(String)
- Method in class org.sourcejammer.server.source.
TextLineIteratorOutput
toCharArray(String)
- Method in class org.sourcejammer.server.source.
TextLineReader
toCharArray(String)
- Method in class org.sourcejammer.server.source.
TextLineAdderIterator
toFront()
- Method in class org.sourcejammer.client.gui.
StartGUI
toString()
- Method in class org.sourcejammer.project.view.
ViewLabel
Just outputs the description
toString()
- Method in class org.sourcejammer.project.view.
NodeInfo
toString()
- Method in class org.sourcejammer.project.view.
NodeName
Prints path up to this project node.
toString()
- Method in class org.sourcejammer.project.view.
Project
toString()
- Method in class org.sourcejammer.project.controller.
ControllerNode
Prints path up to this project node.
toString()
- Method in class org.sourcejammer.client.gui.
RemovedItem
toString()
- Method in class org.sourcejammer.client.gui.
ProjectTreeNode
toString()
- Method in class org.sourcejammer.client.gui.conf.
ArchiveBean
toString()
- Method in class org.sourcejammer.client.gui.dialog.
FileNode
toString()
- Method in class org.sourcejammer.client.gui.dialog.
FileSystemRootNode
toString()
- Method in class org.sourcejammer.server.source.
TextLineIteratorOutput
toString()
- Method in class org.sourcejammer.server.source.
TextLineReader
Returns contents of this TextLineReader (the entire text file) as a String, the default end of line chars (from AppConfig) as the end of line String.
toString()
- Method in class org.sourcejammer.server.source.
TextLineAdderIterator
Returns contents of this TextLineAdderIterator (the entire text file) as a String, the default end of line chars (from AppConfig) as the end of line String.
toString()
- Method in class org.sourcejammer.util.
SourceJammerExceptionChain
toString()
- Method in class org.sourcejammer.util.
SourceJammerRuntimeException
toString()
- Method in class org.sourcejammer.util.
NodeCache
toString()
- Method in class org.sourcejammer.util.
CachedObjectMasterList
toString()
- Method in class org.sourcejammer.util.
SJDate
toString(String)
- Method in class org.sourcejammer.server.source.
TextLineIteratorOutput
toString(String)
- Method in class org.sourcejammer.server.source.
TextLineReader
Returns contents of this TextLineReader (the entire text file) as a String, using the passed in eol as the end of line String.
toString(String)
- Method in class org.sourcejammer.server.source.
TextLineAdderIterator
Returns contents of this TextLineAdderIterator (the entire text file) as a String, using the passed in eol as the end of line String.
toStringBuffer(String)
- Method in class org.sourcejammer.server.source.
TextLineIteratorOutput
toStringBuffer(String)
- Method in class org.sourcejammer.server.source.
TextLineReader
Returns contents of this TextLineReader (the entire text file) as a StringBuffer, using the passed in eol as the end of line String.
toStringBuffer(String)
- Method in class org.sourcejammer.server.source.
TextLineAdderIterator
Returns contents of this TextLineAdderIterator (the entire text file) as a StringBuffer, using the passed in eol as the end of line String.
treeCollapsed(TreeExpansionEvent)
- Method in class org.sourcejammer.client.gui.listener.
SJTreeNodeExpansionListener
treeExpanded(TreeExpansionEvent)
- Method in class org.sourcejammer.client.gui.listener.
SJTreeNodeExpansionListener
TreeFileDialog
- class org.sourcejammer.client.gui.dialog.
TreeFileDialog
.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
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