A B C D E F G H I K L M N P R S T V W _

A

ACCESS - Static variable in class net.ultrametrics.rcs.Header
 
add(Repository) - Method in class net.ultrametrics.qcvs.Repository
Add a repository's objects to the repository.
add(Repository, Collection) - Method in class net.ultrametrics.qcvs.Interrogator
Add a repository to this interrogation.
addAll(Collection) - Method in class net.ultrametrics.qcvs.Repository
Add a collection of objects to the repository.
addChild(Node) - Method in class net.ultrametrics.util.Node
Adds a child to this node.
AUTHOR - Static variable in class net.ultrametrics.rcs.LogEntry
 

B

BaseBrowser - class net.ultrametrics.qcvs.BaseBrowser.
A class and console utility for browsing RCS repositories.
BaseBrowser() - Constructor for class net.ultrametrics.qcvs.BaseBrowser
Create a new BaseBrowser.
BaseBrowser(String) - Constructor for class net.ultrametrics.qcvs.BaseBrowser
Create a new BaseBrowser starting at the specified location.
BRANCHES - Static variable in class net.ultrametrics.rcs.LogEntry
 
Browser - class net.ultrametrics.qcvs.Browser.
A class and console utility for browsing RCS or CVS repositories.
Browser(String) - Constructor for class net.ultrametrics.qcvs.Browser
Create a new browser starting at the specified location.

C

ClassInspector - class net.ultrametrics.util.ClassInspector.
 
ClassInspector() - Constructor for class net.ultrametrics.util.ClassInspector
 
clear() - Method in class net.ultrametrics.rcs.ControlInformation
Calling clear is optional and provided as a mechanism to save memory by reducing what otherwise might be duplicate instances of objects.
clone() - Method in class net.ultrametrics.qcvs.Statistic
 
command_gc() - Method in class net.ultrametrics.util.TestConsole
 
command_help() - Method in class net.ultrametrics.util.TestConsole
help
command_help() - Method in class net.ultrametrics.qcvs.BaseBrowser
help
command_help() - Method in class net.ultrametrics.qcvs.Browser
 
command_help() - Method in class net.ultrametrics.qcvs.Visualizer
 
command_list() - Method in class net.ultrametrics.qcvs.Browser
 
command_load(String[]) - Method in class net.ultrametrics.qcvs.Browser
 
command_memory() - Method in class net.ultrametrics.util.TestConsole
 
command_properties() - Method in class net.ultrametrics.util.TestConsole
 
command_pwd() - Method in class net.ultrametrics.qcvs.BaseBrowser
pwd
command_show(String[]) - Method in class net.ultrametrics.qcvs.Browser
 
command_status() - Method in class net.ultrametrics.qcvs.Browser
 
command_unload(String[]) - Method in class net.ultrametrics.qcvs.Browser
 
command_view(String[]) - Method in class net.ultrametrics.qcvs.Visualizer
 
COMMENT - Static variable in class net.ultrametrics.rcs.Header
 
compareTo(Object) - Method in class net.ultrametrics.rcs.LogEntry
 
compareTo(Object) - Method in class net.ultrametrics.rcs.Revision
 
compareTo(Object) - Method in class net.ultrametrics.rcs.RcsObject
 
compareTo(Object) - Method in class net.ultrametrics.rcs.Modification
 
containsKey(String) - Method in class net.ultrametrics.rcs.ControlInformation
Determine whether or not this control information contains the specified key.
ControlInformation - class net.ultrametrics.rcs.ControlInformation.
Encapsulation of a control information for an RCS object.
ControlInformation(BufferedReader) - Constructor for class net.ultrametrics.rcs.ControlInformation
Construct a new map of control information.
cwd - Variable in class net.ultrametrics.qcvs.BaseBrowser
 

D

DataConverter - class net.ultrametrics.rcs.DataConverter.
Helper class to convert RCS data into useful objects.
DataConverter() - Constructor for class net.ultrametrics.rcs.DataConverter
 
DataFormatter - class net.ultrametrics.rcs.DataFormatter.
Helper class to convert RCS objects into more manipulable or displayable strings.
DataFormatter() - Constructor for class net.ultrametrics.rcs.DataFormatter
 
DATE - Static variable in class net.ultrametrics.rcs.LogEntry
 
DELIMITER - Static variable in class net.ultrametrics.rcs.ControlInformation
control information default block delimiter.
DELIMITER - Static variable in class net.ultrametrics.rcs.Modification
 
doCommand(String, String[]) - Method in class net.ultrametrics.util.TestConsole
Command processor.
doCommand(String, String[]) - Method in class net.ultrametrics.qcvs.BaseBrowser
Command processor.
doCommand(String, String[]) - Method in class net.ultrametrics.qcvs.Browser
Command processor.
doCommand(String, String[]) - Method in class net.ultrametrics.qcvs.Visualizer
 
dump() - Method in class net.ultrametrics.rcs.ControlInformation
Similar to toString(), but more verbose and dumps directly to stderr.
dump() - Method in class net.ultrametrics.rcs.History
Similar to toString(), but more verbose and dumps directly to stderr.
dump() - Method in class net.ultrametrics.rcs.LogEntry
Similar to toString(), but more verbose and dumps directly to stderr.
dump() - Method in class net.ultrametrics.rcs.Header
Similar to toString(), but more verbose and dumps directly to stderr.
dump() - Method in class net.ultrametrics.rcs.Revision
Similar to toString(), but more verbose and dumps directly to stderr.
dump() - Method in class net.ultrametrics.rcs.RcsObject
Similar to toString(), but more verbose and dumps directly to stderr.
dump() - Method in class net.ultrametrics.rcs.Modification
Similar to toString(), but more verbose and dumps directly to stderr.
dump(int) - Method in class net.ultrametrics.util.Node
Deprecated. Provided for testing. Dumps the contents of this node on stdout. Recursively invokes dump() on the children of this node, causing the complete tree to be displayed.
dump(String) - Method in class net.ultrametrics.rcs.History
 
dump(String) - Method in class net.ultrametrics.rcs.RcsObject
 
dumpIndexedStatisticsMap(Map, String, SortedMap) - Static method in class net.ultrametrics.qcvs.Reporter
dump an indexed statistics map to stdout.
dumpStatus() - Method in class net.ultrametrics.qcvs.Interrogator
Convenience method to dump general interrogator statistics and status.

E

Element - class net.ultrametrics.rcs.Element.
Encapsulation of an element of an RCS controlled entity.
Element() - Constructor for class net.ultrametrics.rcs.Element
Create a new uninitialized element.
Element(String) - Constructor for class net.ultrametrics.rcs.Element
Create a new element from the provided string.
Element(String, String) - Constructor for class net.ultrametrics.rcs.Element
Create a new element from the provided key-value pair.
equals(Object) - Method in class net.ultrametrics.rcs.RcsObject
 
ERROR_INVALID_RCS - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
ERROR_NO_DIRECTORY - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
ERROR_NO_FILE - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
ERROR_NO_VERSION - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
EXT_RCS - Static variable in class net.ultrametrics.rcs.ControlInformation
RCS file default extension.

F

file - Variable in class net.ultrametrics.qcvs.BaseBrowser
 
FileHelper - class net.ultrametrics.io.FileHelper.
Utility methods to parse paths and verify files.
FileHelper() - Constructor for class net.ultrametrics.io.FileHelper
 
FileTreeTraverser - class net.ultrametrics.io.FileTreeTraverser.
A class for traversing filesystem trees.
FileTreeTraverser() - Constructor for class net.ultrametrics.io.FileTreeTraverser
 

G

generate(int) - Method in class net.ultrametrics.util.Node
recursively populates this tree.
generateChildren(int, int) - Method in class net.ultrametrics.util.Node
Randomly and recursively populates this tree.
generateChildren(int, int, int) - Method in class net.ultrametrics.util.Node
 
get(String) - Method in class net.ultrametrics.rcs.History
Retrieve a specific revision by version number.
get(String) - Method in class net.ultrametrics.rcs.RevisionMap
Retrieve a versioned object from the map.
getAccess() - Method in class net.ultrametrics.rcs.Header
Retrieve the access tag.
getAddedCount() - Method in class net.ultrametrics.rcs.Revision
Retrieve the number of lines added.
getAddedCount() - Method in class net.ultrametrics.rcs.Modification
Retrieve the number of lines added.
getAllowedKeys() - Method in class net.ultrametrics.rcs.ControlInformation
Retrieve the collection of allowed keys (from the implementor's concrete instance).
getAllowedKeys() - Method in class net.ultrametrics.rcs.LogEntry
 
getAllowedKeys() - Method in class net.ultrametrics.rcs.Header
 
getAllowedKeys() - Method in class net.ultrametrics.rcs.Modification
 
getAuthor() - Method in class net.ultrametrics.rcs.LogEntry
Retrieve the author of the revision.
getAuthor() - Method in class net.ultrametrics.rcs.Revision
Retrieve the author of the revision.
getAuthors() - Method in class net.ultrametrics.qcvs.Interrogator
Get the collection of all authors who have ever modified the repository.
getBranches() - Method in class net.ultrametrics.rcs.LogEntry
Retrieve the version numbers of branches of this version's node.
getBranches() - Method in class net.ultrametrics.rcs.Revision
Retrieve the version numbers of branches of this version's node.
getByDay() - Method in class net.ultrametrics.qcvs.Interrogator
Retrieve histogram map of modifications by day.
getByMonth() - Method in class net.ultrametrics.qcvs.Interrogator
Retrieve histogram map of modifications by month.
getByTime() - Method in class net.ultrametrics.qcvs.Interrogator
Retrieve histogram map of modifications by time.
getByWeek() - Method in class net.ultrametrics.qcvs.Interrogator
Retrieve histogram map of modifications by week.
getByYear() - Method in class net.ultrametrics.qcvs.Interrogator
Retrieve histogram map of modifications by year.
getChanges() - Method in class net.ultrametrics.rcs.Revision
Retrieve the changes for this revision.
getChanges() - Method in class net.ultrametrics.rcs.Modification
Retrieve the source changes associated with this modification.
getChildren() - Method in class net.ultrametrics.util.Node
Returns an enumeration of this node's children.
getComment() - Method in class net.ultrametrics.rcs.Header
Retrieve the comment.
getComments() - Method in class net.ultrametrics.rcs.Revision
Retrieve the author's comments describing this modification.
getComments() - Method in class net.ultrametrics.rcs.Modification
Retrieve the author's comments describing this modification.
getDate() - Method in class net.ultrametrics.rcs.LogEntry
Retrieve the date this log entry was made.
getDate() - Method in class net.ultrametrics.rcs.Revision
Retrieve the date this revision was made.
getDateFrom(String) - Static method in class net.ultrametrics.rcs.DataConverter
Convert an RCS date string into a Date object.
getEarliestDate() - Method in class net.ultrametrics.qcvs.Interrogator
Get the date of the first revision to any object in the repository.
getElement(String) - Method in class net.ultrametrics.rcs.ControlInformation
Retrieve a control element.
getFirstElement(String) - Method in class net.ultrametrics.rcs.ControlInformation
The first element in an RCS control block is delimited differently compared to subsequent blocks.
getFirstRevision() - Method in class net.ultrametrics.rcs.History
Retrieve the first (initial) revision for this RCS object.
getFirstRevision() - Method in class net.ultrametrics.rcs.RcsObject
Retrieve the version number of the initial revision.
getHead() - Method in class net.ultrametrics.rcs.Header
Retrieve the head version.
getHeader() - Method in class net.ultrametrics.rcs.RcsObject
Retrieve this RCS object's Header.
getHeadRevision() - Method in class net.ultrametrics.rcs.RcsObject
Retrieve the version number of the head revision.
getKey() - Method in class net.ultrametrics.rcs.Element
Retrieve the key associated with this element.
getKeyPositions() - Method in class net.ultrametrics.qcvs.Interrogator
 
getLatestDate() - Method in class net.ultrametrics.qcvs.Interrogator
Get the date of the last revision to any object in the repository.
getLineCount() - Method in class net.ultrametrics.rcs.Revision
Retrieve the total line count.
getLineCount() - Method in class net.ultrametrics.rcs.Modification
Retrieve the total line count.
getLocks() - Method in class net.ultrametrics.rcs.Header
Retrieve the locks.
getMaxBranches() - Method in class net.ultrametrics.util.Node
Deprecated. Provided for testing. Returns the maximum branching-factor of this tree if generateChildren was used to randomly populate this tree.
getMaxDepth() - Method in class net.ultrametrics.util.Node
Deprecated. Provided for testing. Returns the maximum depth of this tree if generateChildren was used to randomly populate this tree.
getMinBranches() - Method in class net.ultrametrics.util.Node
Deprecated. Provided for testing. Returns the maximum branching-factor of this tree if generateChildren was used to randomly populate this tree.
getName() - Method in class net.ultrametrics.util.Node
Returns the name of this node.
getName() - Method in class net.ultrametrics.rcs.RcsObject
Retrieve the name of the file which store's this RCS object's data.
getNet() - Method in class net.ultrametrics.qcvs.Statistic
 
getNewCanonicalPath(String, String) - Static method in class net.ultrametrics.io.FileHelper
Convert an absolute plus relative path into a canonical path.
getNewPath(String, String) - Static method in class net.ultrametrics.io.FileHelper
Convert an absolute plus relative path into a path.
getNextVersion() - Method in class net.ultrametrics.rcs.LogEntry
Retrieve the version number of the next version.
getNextVersion() - Method in class net.ultrametrics.rcs.Revision
Retrieve the version number of the next version.
getNodes() - Method in class net.ultrametrics.qcvs.Interrogator
Get the file nodes associated with the repositories in this interrogation.
getObjects() - Method in class net.ultrametrics.qcvs.Repository
Retrieve the set of RcsObjects behind this repository.
getParent() - Method in class net.ultrametrics.util.Node
Returns the parent node of this node.
getPolicy() - Method in class net.ultrametrics.rcs.Header
Retrieve the policy.
getRemovedCount() - Method in class net.ultrametrics.rcs.Revision
Retrieve the number of lines removed.
getRemovedCount() - Method in class net.ultrametrics.rcs.Modification
Retrieve the number of lines removed.
getRepository() - Method in class net.ultrametrics.qcvs.Interrogator
Get the repository associated with this interrogation.
getRevised() - Method in class net.ultrametrics.qcvs.Statistic
 
getRevision(String) - Method in class net.ultrametrics.rcs.RcsObject
Retrieve a specific revision.
getRevisions() - Method in class net.ultrametrics.rcs.RcsObject
Retrieve the revisions to this RCS object.
getSize() - Method in class net.ultrametrics.util.Node
Returns the number of children of this node.
getState() - Method in class net.ultrametrics.rcs.LogEntry
Retrieve the state.
getState() - Method in class net.ultrametrics.rcs.Revision
Retrieve the state.
getSymbols() - Method in class net.ultrametrics.rcs.Header
Retrieve the symbols.
getUndelimitedString(String) - Static method in class net.ultrametrics.rcs.DataConverter
Convert a (potentially) carriage-return delimited RCS message or log entry string into a undelimited string.
getValue() - Method in class net.ultrametrics.rcs.Element
Retrieve the value of this element.
getValues() - Method in class net.ultrametrics.rcs.Element
Retrieve the values of this element.
getVerifiedNodes(String[], boolean) - Static method in class net.ultrametrics.io.FileHelper
Convert an array of strings representing file paths into files.
getVersion() - Method in class net.ultrametrics.rcs.LogEntry
Retrieve the version number associated with this log entry.
getVersion() - Method in class net.ultrametrics.rcs.Revision
Retrieve the version number of this revision.
getVersion() - Method in class net.ultrametrics.rcs.Modification
Retrieve the version number associated with this modification.
getVersion() - Method in interface net.ultrametrics.rcs.Versioned
Versioned objects must have a version number, accessible via this method.
getVersionComparable(String) - Static method in class net.ultrametrics.rcs.RevisionMap
Convert an RCS version number into one which can be compared using String's compareTo().

H

hashCode() - Method in class net.ultrametrics.rcs.RcsObject
 
HEAD - Static variable in class net.ultrametrics.rcs.Header
 
Header - class net.ultrametrics.rcs.Header.
Encapsulation of a header for an RCS controlled object.
Header(BufferedReader) - Constructor for class net.ultrametrics.rcs.Header
Create a new header.
History - class net.ultrametrics.rcs.History.
Encapsulation of history for an RCS controlled object.
History(BufferedReader) - Constructor for class net.ultrametrics.rcs.History
Create a new history.

I

increment(int, int, int, int) - Method in class net.ultrametrics.qcvs.Statistic
 
increment(Statistic) - Method in class net.ultrametrics.qcvs.Statistic
 
incrementInMap(Object, Map, Statistic) - Static method in class net.ultrametrics.qcvs.Statistic
Increment, in-place, a statistic located in a map under 'key', by an amount equal to the provided statistic 's'.
interrogator - Variable in class net.ultrametrics.qcvs.Browser
 
Interrogator - class net.ultrametrics.qcvs.Interrogator.
An object which is capable of interrogating a repository with advanced queries.
Interrogator() - Constructor for class net.ultrametrics.qcvs.Interrogator
Create a new uninitialized interrogator.
Interrogator(Repository, Collection) - Constructor for class net.ultrametrics.qcvs.Interrogator
Create a new interrogation of an existing Repository.
isKeyAllowed(String) - Method in class net.ultrametrics.rcs.ControlInformation
Determine whether a key would be allowed (in the implementor's concrete instance of a control block).
isKeyAllowed(String) - Method in class net.ultrametrics.rcs.LogEntry
 
isKeyAllowed(String) - Method in class net.ultrametrics.rcs.Header
 
isKeyAllowed(String) - Method in class net.ultrametrics.rcs.Modification
 
isUpdated() - Method in class net.ultrametrics.qcvs.Interrogator
Find out if the interrogator is up-to-date.

K

keySet() - Method in class net.ultrametrics.rcs.History
Retrieve an set of the keys (version numbers) which can be used to retrieve revisions.

L

LOCKS - Static variable in class net.ultrametrics.rcs.Header
 
LOG - Static variable in class net.ultrametrics.rcs.Modification
 
LogEntry - class net.ultrametrics.rcs.LogEntry.
Encapsulation of a single log entry for an RCS controlled object.
LogEntry(BufferedReader) - Constructor for class net.ultrametrics.rcs.LogEntry
Create a log entry.

M

main(String[]) - Static method in class net.ultrametrics.io.FileTreeTraverser
Tester.
main(String[]) - Static method in class net.ultrametrics.util.ClassInspector
 
main(String[]) - Static method in class net.ultrametrics.util.TestConsole
Tester
main(String[]) - Static method in class net.ultrametrics.rcs.LogEntry
Tester.
main(String[]) - Static method in class net.ultrametrics.rcs.Header
Tester.
main(String[]) - Static method in class net.ultrametrics.rcs.DataConverter
Tester.
main(String[]) - Static method in class net.ultrametrics.rcs.Modification
Tester.
main(String[]) - Static method in class net.ultrametrics.qcvs.Interrogator
Tester.
main(String[]) - Static method in class net.ultrametrics.qcvs.BaseBrowser
Entry-point for BaseBrowser in console mode.
main(String[]) - Static method in class net.ultrametrics.qcvs.Browser
Entry-point for Browser in console mode.
main(String[]) - Static method in class net.ultrametrics.qcvs.Repository
Tester.
main(String[]) - Static method in class net.ultrametrics.qcvs.Visualizer
 
makeKeyCollection(String[]) - Static method in class net.ultrametrics.rcs.ControlInformation
Convenience method to convert an array of keys into a collection.
map - Variable in class net.ultrametrics.rcs.ControlInformation
A map containing the name-value key pairs.
MESG_USAGE - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
Modification - class net.ultrametrics.rcs.Modification.
Encapsulation of an RCS source modification including a log entry describing the change and the text of the modification.
Modification(BufferedReader, boolean) - Constructor for class net.ultrametrics.rcs.Modification
Create a modification.

N

net.ultrametrics.io - package net.ultrametrics.io
 
net.ultrametrics.qcvs - package net.ultrametrics.qcvs
 
net.ultrametrics.rcs - package net.ultrametrics.rcs
 
net.ultrametrics.util - package net.ultrametrics.util
 
NEXT - Static variable in class net.ultrametrics.rcs.LogEntry
 
Node - class net.ultrametrics.util.Node.
A class representing a node or collection of nodes which can paint themselves onto a canvas
Node() - Constructor for class net.ultrametrics.util.Node
Constructs an unnamed node.
Node(String) - Constructor for class net.ultrametrics.util.Node
Constructs a node with the specified name.

P

pad(int) - Static method in class net.ultrametrics.rcs.DataFormatter
Create a pad string of the specified length.
padded(String, int) - Static method in class net.ultrametrics.rcs.DataFormatter
Create a padded string.
parse() - Method in class net.ultrametrics.rcs.ControlInformation
Parse known keys and values in the form of map, from the reader.
parse() - Method in class net.ultrametrics.rcs.History
Parse a history block.
parse() - Method in class net.ultrametrics.rcs.LogEntry
Parse a log entry block.
parse() - Method in class net.ultrametrics.rcs.Header
Parse a header block.
parse() - Method in class net.ultrametrics.rcs.Modification
Parse a modification block.
parseDescriptionBlock(BufferedReader) - Static method in class net.ultrametrics.rcs.History
All RCS files have a description block.
parseNextElement() - Method in class net.ultrametrics.rcs.ControlInformation
Parse the next block of data.
parseNextElement() - Method in class net.ultrametrics.rcs.Modification
Parse a single element of revision information.
ParserException - exception net.ultrametrics.rcs.ParserException.
Any exception which might occur while parsing RCS format files.
ParserException(String) - Constructor for class net.ultrametrics.rcs.ParserException
 
PATH_CWD - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
POLICY - Static variable in class net.ultrametrics.rcs.Header
 
position() - Method in class net.ultrametrics.qcvs.Interrogator
Setup sort order of key categories for positioning on screen.
process(File) - Method in class net.ultrametrics.io.FileTreeTraverser
Extend this class and implement your custom processing behind this method.
PROMPT - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
put(Versioned) - Method in class net.ultrametrics.rcs.RevisionMap
Store a versioned object in the map.

R

RcsObject - class net.ultrametrics.rcs.RcsObject.
A single RCS object encapsulating its attributes and all revisions.
RcsObject(String) - Constructor for class net.ultrametrics.rcs.RcsObject
Create and populate.
reader - Variable in class net.ultrametrics.rcs.ControlInformation
A buffered reader from which the control keys and elements are parsed.
reader - Variable in class net.ultrametrics.rcs.History
 
remove(Repository) - Method in class net.ultrametrics.qcvs.Repository
Remove a repository's objects from the repository.
remove(Repository, Collection) - Method in class net.ultrametrics.qcvs.Interrogator
Remove a repository from this interrogation.
removeAll(Collection) - Method in class net.ultrametrics.qcvs.Repository
Remove a collection of objects from the repository.
Reporter - class net.ultrametrics.qcvs.Reporter.
Class for generating text reports from statistics map generated by Interrogator.
Reporter() - Constructor for class net.ultrametrics.qcvs.Reporter
 
Repository - class net.ultrametrics.qcvs.Repository.
A Repository is simply a collection of RcsObjects.
Repository() - Constructor for class net.ultrametrics.qcvs.Repository
Create a new Repository, containing no RCS objects.
Repository(Collection) - Constructor for class net.ultrametrics.qcvs.Repository
Create a new Repository object, populating it from the RCS objects found in the paths specified in the collection of Strings which specify cvs root path(s).
Repository(Collection, boolean) - Constructor for class net.ultrametrics.qcvs.Repository
 
Revision - class net.ultrametrics.rcs.Revision.
Encapsulation of an RCS revision including a log entry describing the change and the text of the modification.
Revision(LogEntry, Modification) - Constructor for class net.ultrametrics.rcs.Revision
Create a new revision.
RevisionMap - class net.ultrametrics.rcs.RevisionMap.
A Map of objects which are Versioned.
RevisionMap() - Constructor for class net.ultrametrics.rcs.RevisionMap
 

S

setAddedCount(int) - Method in class net.ultrametrics.rcs.Revision
 
setAddedCount(int) - Method in class net.ultrametrics.rcs.Modification
 
setCommandLine(CommandLine) - Method in class net.ultrametrics.qcvs.BaseBrowser
Set the BaseBrowser's commandLine.
setDisplay(int) - Method in class net.ultrametrics.qcvs.Reporter
Set the display field mask.
setKey(Object) - Method in class net.ultrametrics.rcs.Element
Set the key associated with this element.
setName(String) - Method in class net.ultrametrics.util.Node
Sets the name of this node.
setParent(Node) - Method in class net.ultrametrics.util.Node
Sets the parent of this node.
setRemovedCount(int) - Method in class net.ultrametrics.rcs.Revision
 
setRemovedCount(int) - Method in class net.ultrametrics.rcs.Modification
 
setValue(Object) - Method in class net.ultrametrics.rcs.Element
Set the value of this element.
size() - Method in class net.ultrametrics.qcvs.Interrogator
Retrieve the size of this interrogation's repository.
size() - Method in class net.ultrametrics.qcvs.Repository
Retrieve the count of the number of RcsObjects in this repository.
STATE - Static variable in class net.ultrametrics.rcs.LogEntry
 
Statistic - class net.ultrametrics.qcvs.Statistic.
A statistic for CVS modifications.
Statistic() - Constructor for class net.ultrametrics.qcvs.Statistic
 
Statistic(int, int, int, int) - Constructor for class net.ultrametrics.qcvs.Statistic
 
STRICT - Static variable in class net.ultrametrics.rcs.Header
 
string - Variable in class net.ultrametrics.util.ClassInspector
 
STRING_OK - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 
SYMBOLS - Static variable in class net.ultrametrics.rcs.Header
 

T

TestConsole - class net.ultrametrics.util.TestConsole.
An extensible test console providing basic commands to check the status of memory and force garbage collection.
TestConsole() - Constructor for class net.ultrametrics.util.TestConsole
 
TEXT - Static variable in class net.ultrametrics.rcs.Modification
 
toString() - Method in class net.ultrametrics.util.Node
 
toString() - Method in class net.ultrametrics.rcs.History
 
toString() - Method in class net.ultrametrics.rcs.LogEntry
 
toString() - Method in class net.ultrametrics.rcs.Header
 
toString() - Method in class net.ultrametrics.rcs.Revision
 
toString() - Method in class net.ultrametrics.rcs.Element
 
toString() - Method in class net.ultrametrics.rcs.RcsObject
 
toString() - Method in class net.ultrametrics.rcs.Modification
 
toString() - Method in class net.ultrametrics.qcvs.Statistic
 
toSummaryString() - Method in class net.ultrametrics.rcs.Revision
Similar to toString(), but a more concise, single-line description.
toSummaryString() - Method in class net.ultrametrics.rcs.RcsObject
Similar to toString(), but a more concise, single-line description.
toSummaryString(Object) - Static method in class net.ultrametrics.rcs.DataFormatter
Convert an RCS object into a compact one-line summary string.
traverse(File) - Method in class net.ultrametrics.io.FileTreeTraverser
 
traverse(File, boolean) - Method in class net.ultrametrics.io.FileTreeTraverser
Traverse a filesystem.
traverse(File, int) - Method in class net.ultrametrics.io.FileTreeTraverser
Traverse a filesystem.

V

values() - Method in class net.ultrametrics.rcs.History
Retrieve the collection of all revisions.
VERSION - Static variable in class net.ultrametrics.rcs.LogEntry
 
VERSION - Static variable in class net.ultrametrics.rcs.Modification
 
versionCompareTo(String, String) - Static method in class net.ultrametrics.rcs.RevisionMap
Compare two RCS version numbers.
Versioned - interface net.ultrametrics.rcs.Versioned.
An interface for classes which are 'versioned'.
Visualizer - class net.ultrametrics.qcvs.Visualizer.
A class and console utility for browsing and visualizing repositories.
Visualizer(String) - Constructor for class net.ultrametrics.qcvs.Visualizer
Create a new visualizer starting at the specified location.
VisualizerClientFrame - class net.ultrametrics.qcvs.VisualizerClientFrame.
Not yet implemented.
VisualizerClientFrame(Repository) - Constructor for class net.ultrametrics.qcvs.VisualizerClientFrame
 

W

WARNING_NO_REPOSITORY - Static variable in class net.ultrametrics.qcvs.Browser
 
WARNING_NOT_IMPLEMENTED - Static variable in class net.ultrametrics.qcvs.BaseBrowser
 

_

_rcsId - Static variable in class net.ultrametrics.rcs.ControlInformation
 
_rcsId - Static variable in class net.ultrametrics.rcs.ParserException
 
_rcsId - Static variable in class net.ultrametrics.rcs.History
 
_rcsId - Static variable in class net.ultrametrics.rcs.LogEntry
 
_rcsId - Static variable in class net.ultrametrics.rcs.RevisionMap
 
_rcsId - Static variable in class net.ultrametrics.rcs.Header
 
_rcsId - Static variable in class net.ultrametrics.rcs.DataFormatter
 
_rcsId - Static variable in class net.ultrametrics.rcs.DataConverter
 
_rcsId - Static variable in class net.ultrametrics.rcs.Revision
 
_rcsId - Static variable in class net.ultrametrics.rcs.Modification
 

A B C D E F G H I K L M N P R S T V W _