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
N
NAME
- Static variable in class org.sourcejammer.client.gui.
GuiUtil.Columns
NAME
- Static variable in class org.sourcejammer.client.gui.
Util.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
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.
nextByChunk()
- Method in class org.sourcejammer.server.make.
ByteArrayChunkCompare
Advances the index of the byte array source to the next byte chunk.
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
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
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_VERSIONS_WIDTH
- Static variable in class org.sourcejammer.client.gui.
GuiUtil.Columns
NUMBER_OF_VERSIONS
- Static variable in class org.sourcejammer.client.gui.
GuiUtil.Columns
NUMBER_OF_VERSIONS
- Static variable in class org.sourcejammer.client.gui.
Util.Columns
numberOfHunk()
- Method in class JLibDiff.
SJDiff
Returns the number of hunks in the vector.
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.
ReadLines
numChars()
- Method in class org.sourcejammer.server.source.
AddLines
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