Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SourceJammer 1.2.0.1 May 20, 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
N
NAME
- Static variable in class org.sourcejammer.client.gui.
Util.Columns
NAME
- Static variable in class org.sourcejammer.client.gui.
GuiUtil.Columns
NAME_NODE
- Static variable in class org.sourcejammer.client.gui.conf.
ArchiveConf
NAME_WIDTH
- Static variable in class org.sourcejammer.client.gui.
GuiUtil.Columns
NameValue
- class org.sourcejammer.util.
NameValue
.
Represents a Name/Value pair.
NameValue()
- Constructor for class org.sourcejammer.util.
NameValue
NEXT_ID_NODE
- Static variable in class org.sourcejammer.client.gui.conf.
ArchiveConf
next()
- Method in class org.sourcejammer.server.source.
TextLineReader
Advances the iterator to the next line.
nextByByte()
- Method in class org.sourcejammer.server.make.
ByteArrayChunkCompare
Advances the index of the byte array source by 1 byte.
nextByByte()
- Method in class org.sourcejammer.server.make.
BufferedChunkCompare
nextByChunk()
- Method in class org.sourcejammer.server.make.
ByteArrayChunkCompare
Advances the index of the byte array source to the next byte chunk.
nextByChunk()
- Method in class org.sourcejammer.server.make.
BufferedChunkCompare
nextNewDifference()
- Method in class org.sourcejammer.client.gui.vdiff.
DiffWidget
nextOldDifference()
- Method in class org.sourcejammer.client.gui.vdiff.
DiffWidget
NO_BUTTON_CLICKED
- Static variable in interface org.sourcejammer.client.gui.dialog.
ClickValues
NO_ZIP_FILE_TYPES
- Static variable in class org.sourcejammer.util.
AppConfig.ConfXMLNodes
NoBytesToAddException
- exception org.sourcejammer.server.make.
NoBytesToAddException
.
Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
NoBytesToAddException()
- Constructor for class org.sourcejammer.server.make.
NoBytesToAddException
NoBytesToAddException(String)
- Constructor for class org.sourcejammer.server.make.
NoBytesToAddException
NoBytesToAddException(String, Exception)
- Constructor for class org.sourcejammer.server.make.
NoBytesToAddException
NoBytesToSkipException
- exception org.sourcejammer.server.make.
NoBytesToSkipException
.
Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
NoBytesToSkipException()
- Constructor for class org.sourcejammer.server.make.
NoBytesToSkipException
NoBytesToSkipException(String)
- Constructor for class org.sourcejammer.server.make.
NoBytesToSkipException
NoBytesToSkipException(String, Exception)
- Constructor for class org.sourcejammer.server.make.
NoBytesToSkipException
Node
- interface org.sourcejammer.project.
Node
.
This is a high-level object representing information about a node in the SJ project hierarchy.
NODE_NAME
- Static variable in class org.sourcejammer.project.model.filesys.
XMLUtilFS.NodeNames
NODE_ROOT
- Static variable in class org.sourcejammer.project.model.filesys.
XMLUtilFS.NodeNames
NODE_TYPE
- Static variable in class org.sourcejammer.project.model.filesys.
XMLUtilFS.NodeNames
NodeAndShareParentPath
- class org.sourcejammer.project.model.filesys.
NodeAndShareParentPath
.
Just encapsulates a ControllerNode object and the string path to its share parent.
NodeAndShareParentPath()
- Constructor for class org.sourcejammer.project.model.filesys.
NodeAndShareParentPath
NodeCache
- class org.sourcejammer.util.
NodeCache
.
Title: Description: Copyright: Copyright (c) 2001 Company:
NodeCache(CachedObjectMasterList)
- Constructor for class org.sourcejammer.util.
NodeCache
NodeDoesNotExistException
- exception org.sourcejammer.project.
NodeDoesNotExistException
.
This exception is thrown if a node is requested but the node does not exist.
NodeDoesNotExistException()
- Constructor for class org.sourcejammer.project.
NodeDoesNotExistException
NodeDoesNotExistException(String)
- Constructor for class org.sourcejammer.project.
NodeDoesNotExistException
NodeDoesNotExistException(String, Exception)
- Constructor for class org.sourcejammer.project.
NodeDoesNotExistException
NodeExistsException
- exception org.sourcejammer.project.
NodeExistsException
.
This exception is thrown if a node already exists
NodeExistsException()
- Constructor for class org.sourcejammer.project.
NodeExistsException
NodeExistsException(String)
- Constructor for class org.sourcejammer.project.
NodeExistsException
NodeExistsException(String, Exception)
- Constructor for class org.sourcejammer.project.
NodeExistsException
NodeFS
- interface org.sourcejammer.project.model.filesys.
NodeFS
.
Denotes objects that contain info about filesys implementation files stored on the file system.
NodeInfo
- class org.sourcejammer.project.view.
NodeInfo
.
Very thin class that just has info about a node.
NodeInfo()
- Constructor for class org.sourcejammer.project.view.
NodeInfo
NodeIterator
- interface org.sourcejammer.project.
NodeIterator
.
Allows a simple means of iterating through the contents from a NodeList.
NodeLibrary
- interface org.sourcejammer.project.model.
NodeLibrary
.
Interface for a factory class that retrieves or constructs nodes based on unique ID.
NodeLibraryFS
- class org.sourcejammer.project.model.filesys.
NodeLibraryFS
.
Class that handles locking and unlocking of project, file, and version nodes.
NodeLibraryFS.NodeType
- class org.sourcejammer.project.model.filesys.
NodeLibraryFS.NodeType
.
NodeLibraryFS.NodeType()
- Constructor for class org.sourcejammer.project.model.filesys.
NodeLibraryFS.NodeType
NodeLibraryFS(ArchiveInfoFS)
- Constructor for class org.sourcejammer.project.model.filesys.
NodeLibraryFS
NodeList
- class org.sourcejammer.project.
NodeList
.
A linked and indexed colletion of Nodes.
NodeList()
- Constructor for class org.sourcejammer.project.
NodeList
NodeListIterator
- class org.sourcejammer.project.
NodeListIterator
.
Implementation of NodeIterator, specifically for iterating through the contents of a NodeList.
NodeListIterator(Vector)
- Constructor for class org.sourcejammer.project.
NodeListIterator
NodeName
- class org.sourcejammer.project.view.
NodeName
.
Represents the name of a Node on the project hierarchy.
NodeName()
- Constructor for class org.sourcejammer.project.view.
NodeName
NodeXMLBean
- class org.sourcejammer.project.model.filesys.
NodeXMLBean
.
Contains an XML document for a filesys project Node, along with handy pointers to some significant nodes on the XML doc.
NodeXMLBean()
- Constructor for class org.sourcejammer.project.model.filesys.
NodeXMLBean
NON_ADMIN_SYMBOL
- Static variable in class org.sourcejammer.client.gui.
UserListTableModel
NoSelectionException
- exception org.sourcejammer.client.gui.
NoSelectionException
.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
NoSelectionException()
- Constructor for class org.sourcejammer.client.gui.
NoSelectionException
NoSelectionException(String)
- Constructor for class org.sourcejammer.client.gui.
NoSelectionException
NoSelectionException(String, Exception)
- Constructor for class org.sourcejammer.client.gui.
NoSelectionException
NoSessionException
- exception org.sourcejammer.client.
NoSessionException
.
Thrown if SJRequest returns without a Session ID.
NoSessionException()
- Constructor for class org.sourcejammer.client.
NoSessionException
NoSessionException(String)
- Constructor for class org.sourcejammer.client.
NoSessionException
NoSessionException(String, Exception)
- Constructor for class org.sourcejammer.client.
NoSessionException
NoSuchArchiveControllerUserException
- exception org.sourcejammer.project.model.filesys.
NoSuchArchiveControllerUserException
.
Thrown if a requested archive controller user cannot be found in the list of archive controller users for a given archive.
NoSuchArchiveControllerUserException()
- Constructor for class org.sourcejammer.project.model.filesys.
NoSuchArchiveControllerUserException
NoSuchArchiveControllerUserException(String)
- Constructor for class org.sourcejammer.project.model.filesys.
NoSuchArchiveControllerUserException
NoSuchArchiveControllerUserException(String, Exception)
- Constructor for class org.sourcejammer.project.model.filesys.
NoSuchArchiveControllerUserException
NoSuchSessionException
- exception org.sourcejammer.server.security.
NoSuchSessionException
.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
NoSuchSessionException()
- Constructor for class org.sourcejammer.server.security.
NoSuchSessionException
NoSuchSessionException(String)
- Constructor for class org.sourcejammer.server.security.
NoSuchSessionException
NoSuchSessionException(String, Exception)
- Constructor for class org.sourcejammer.server.security.
NoSuchSessionException
NoSuchVersionException
- exception org.sourcejammer.project.controller.
NoSuchVersionException
.
Thrown if a requested version of a file does not exist.
NoSuchVersionException()
- Constructor for class org.sourcejammer.project.controller.
NoSuchVersionException
NoSuchVersionException(String)
- Constructor for class org.sourcejammer.project.controller.
NoSuchVersionException
NoSuchVersionException(String, Exception)
- Constructor for class org.sourcejammer.project.controller.
NoSuchVersionException
NUM_BEGINNER
- Static variable in class org.sourcejammer.client.gui.conf.
GuiConf
NUM_VERSIONS_WIDTH
- Static variable in class org.sourcejammer.client.gui.
GuiUtil.Columns
NUMBER_OF_VERSIONS
- Static variable in class org.sourcejammer.client.gui.
Util.Columns
NUMBER_OF_VERSIONS
- Static variable in class org.sourcejammer.client.gui.
GuiUtil.Columns
numberOfHunk()
- Method in class JLibDiff.
SJDiff
Returns the number of hunks in the vector.
numberOfHunk()
- Method in class JLibDiff.
diff
Returns the number of hunks in the vector.
numberOfHunk3()
- Method in class JLibDiff.
diff3
Returns the number of hunk3 in the vector.
numChars()
- Method in class org.sourcejammer.server.source.
ReadLines
numChars()
- Method in class org.sourcejammer.server.source.
SkipLines
numChars()
- Method in interface org.sourcejammer.server.source.
TextBuildStepInf
numChars()
- Method in class org.sourcejammer.server.source.
AddLines
numLines(int)
- Method in class JLibDiff.
Hunk
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLines(int)
- Method in class JLibDiff.
HunkAdd
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLines(int)
- Method in class JLibDiff.
HunkChange
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLines(int)
- Method in class JLibDiff.
HunkDel
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLines(int)
- Method in class JLibDiff.
Hunk3
Returns the number of lines reliding this bloc of difference and the file passed in argument.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SourceJammer 1.2.0.1 May 20, 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