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

A

Accept(RevisionVisitor) - Method in class org.apache.commons.jrcs.diff.AddDelta
 
accept(RevisionVisitor) - Method in class org.apache.commons.jrcs.diff.AddDelta
 
accept(RevisionVisitor) - Method in class org.apache.commons.jrcs.diff.ChangeDelta
 
accept(RevisionVisitor) - Method in class org.apache.commons.jrcs.diff.DeleteDelta
 
accept(RevisionVisitor) - Method in class org.apache.commons.jrcs.diff.Delta
Accepts a visitor.
accept(RevisionVisitor) - Method in class org.apache.commons.jrcs.diff.Revision
Accepts a visitor.
ACCESS - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
add_escapes(String) - Method in exception org.apache.commons.jrcs.rcs.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addBranch(BranchNode) - Method in class org.apache.commons.jrcs.rcs.Node
Adds a branch node to the current node.
AddDelta - Class in org.apache.commons.jrcs.diff
Holds an add-delta between to revisions of a text.
AddDelta(int, Chunk) - Constructor for class org.apache.commons.jrcs.diff.AddDelta
 
addDelta(Delta) - Method in class org.apache.commons.jrcs.diff.Revision
Adds a delta to this revision.
addEscapes(String) - Static method in error org.apache.commons.jrcs.rcs.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addLock(String, Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Add a lock over a revison.
addPhrase(String, Collection) - Method in class org.apache.commons.jrcs.rcs.Archive
Add a new phrase to the archive.
addRevision(Object[], String) - Method in class org.apache.commons.jrcs.rcs.Archive
Add the given revision to the active branch on the archive.
addRevision(Object[], String, String) - Method in class org.apache.commons.jrcs.rcs.Archive
Add the given revision to the the archive using the given version number.
addRevision(Object[], Version, String) - Method in class org.apache.commons.jrcs.rcs.Archive
Add the given revision to the the archive using the given version number.
addSymbol(String, Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Tag a given version with a symbol.
addUser(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Add a user name to the list of archive users.
adjustBeginLineColumn(int, int) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
algorithm - Variable in class org.apache.commons.jrcs.diff.Diff
The differencing algorithm to use.
anchor - Variable in class org.apache.commons.jrcs.diff.Chunk
 
anchor() - Method in class org.apache.commons.jrcs.diff.Chunk
Returns the anchor position of the chunk.
applyAdd(int, List) - Method in class org.apache.commons.jrcs.diff.Chunk
Add the text of this chunk to the target at the given position.
applyDelete(List) - Method in class org.apache.commons.jrcs.diff.Chunk
Delete this chunk from he given text.
applyTo(List) - Method in class org.apache.commons.jrcs.diff.AddDelta
 
applyTo(List) - Method in class org.apache.commons.jrcs.diff.ChangeDelta
 
applyTo(List) - Method in class org.apache.commons.jrcs.diff.DeleteDelta
 
applyTo(List) - Method in class org.apache.commons.jrcs.diff.Delta
Applies this delta as a patch to the given text.
applyTo(List) - Method in class org.apache.commons.jrcs.diff.Revision
Applies the series of deltas in this revision as patches to the given text.
Archive - Class in org.apache.commons.jrcs.rcs
Handling of RCS/CVS style version control archives.
Archive(Object[], String) - Constructor for class org.apache.commons.jrcs.rcs.Archive
Creates a new archive and sets the text of the initial revision.
Archive(Object[], String, String) - Constructor for class org.apache.commons.jrcs.rcs.Archive
Creates a new archive with the specified initial version number and sets the text of the initial revision.
Archive(Object[], String, Version) - Constructor for class org.apache.commons.jrcs.rcs.Archive
Creates a new archive with the specified initial version number and sets the text of the initial revision.
Archive(String, InputStream) - Constructor for class org.apache.commons.jrcs.rcs.Archive
Load an archive from an input stream.
Archive(String) - Constructor for class org.apache.commons.jrcs.rcs.Archive
Load an archive from an a file given by name.
ArchiveParserConstants - Interface in org.apache.commons.jrcs.rcs
 
ArchiveParserTokenManager - Class in org.apache.commons.jrcs.rcs
 
ArchiveParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
ArchiveParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
arrayToString(Object[]) - Static method in class org.apache.commons.jrcs.diff.Diff
Converts an array of Object to a string using Diff.NL as the line separator.
arrayToString(Object[]) - Static method in class org.apache.commons.jrcs.util.ToString
Converts an array of Object to a string Use the value of the line.separator system property the line separator.
arrayToString(Object[], String) - Static method in class org.apache.commons.jrcs.util.ToString
Converts an array of Object to a string using the given line separator.
at(int) - Method in class org.apache.commons.jrcs.rcs.Version
Return the version number at the given position.
AUTHOR - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
author - Variable in class org.apache.commons.jrcs.rcs.Node
 

B

backup(int) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
beginColumn - Variable in class org.apache.commons.jrcs.rcs.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.commons.jrcs.rcs.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
branch - Variable in class org.apache.commons.jrcs.rcs.Archive
 
BRANCH - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
BRANCHES - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
branches - Variable in class org.apache.commons.jrcs.rcs.Node
 
BranchNotFoundException - Exception in org.apache.commons.jrcs.rcs
 
BranchNotFoundException() - Constructor for exception org.apache.commons.jrcs.rcs.BranchNotFoundException
 
BranchNotFoundException(Version) - Constructor for exception org.apache.commons.jrcs.rcs.BranchNotFoundException
 
bufpos - Variable in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
buildEqSet(Object[], Object[]) - Method in class org.apache.commons.jrcs.diff.SimpleDiff
create a Map from each common item in orig and rev to the index of its first occurrence in orig
buildIndex(Map, Object[], int) - Method in class org.apache.commons.jrcs.diff.SimpleDiff
build a an array such each a[i] = eqs([i]) or NF if eqs([i]) undefined
buildPath(Object[], Object[]) - Static method in class org.apache.commons.jrcs.diff.myers.MyersDiff
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
buildRevision(PathNode, Object[], Object[]) - Static method in class org.apache.commons.jrcs.diff.myers.MyersDiff
Constructs a Revision from a difference path.

C

ChangeDelta - Class in org.apache.commons.jrcs.diff
Holds an change-delta between to revisions of a text.
ChangeDelta(Chunk, Chunk) - Constructor for class org.apache.commons.jrcs.diff.ChangeDelta
 
changeLog() - Method in class org.apache.commons.jrcs.rcs.Archive
Return the list of nodes between the head revision and the root revision.
changeLog(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Return the list of nodes between the the given revision and the root revision.
changeLog(Version, Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Return the list of nodes between the the given two revisions.
child - Variable in class org.apache.commons.jrcs.rcs.Node
 
Chunk - Class in org.apache.commons.jrcs.diff
Holds a information about a parrt of the text involved in a differencing or patching operation.
Chunk(int, int) - Constructor for class org.apache.commons.jrcs.diff.Chunk
Creates a chunk that doesn't copy the original text.
Chunk(Object[], int, int) - Constructor for class org.apache.commons.jrcs.diff.Chunk
Creates a chunk and saves a copy the original chunk's text.
Chunk(Object[], int, int, int) - Constructor for class org.apache.commons.jrcs.diff.Chunk
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
Chunk(List, int, int) - Constructor for class org.apache.commons.jrcs.diff.Chunk
Creates a chunk and saves a copy the original chunk's text.
Chunk(List, int, int, int) - Constructor for class org.apache.commons.jrcs.diff.Chunk
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
chunk - Variable in class org.apache.commons.jrcs.diff.Chunk
 
chunk() - Method in class org.apache.commons.jrcs.diff.Chunk
Returns the text saved for this chunk.
clone() - Method in class org.apache.commons.jrcs.rcs.Version
 
comment - Variable in class org.apache.commons.jrcs.rcs.Archive
 
COMMENT - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
compare(Object[], Object[]) - Static method in class org.apache.commons.jrcs.diff.Diff
Compares the two input sequences.
compareTo(Object) - Method in class org.apache.commons.jrcs.rcs.Node
Compares the version number of this node to that of another node.
compareTo(Object) - Method in class org.apache.commons.jrcs.rcs.Version
Compares two versions in lexigographical order.
compareVersions(Version) - Method in class org.apache.commons.jrcs.rcs.Version
Compares two versions.
count - Variable in class org.apache.commons.jrcs.diff.Chunk
 
curChar - Variable in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
currentToken - Variable in exception org.apache.commons.jrcs.rcs.ParseException
This is the last token that has been consumed successfully.

D

DATE - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
date - Variable in class org.apache.commons.jrcs.rcs.Node
 
dateFormat - Static variable in class org.apache.commons.jrcs.rcs.Node
 
dateFormat2K - Static variable in class org.apache.commons.jrcs.rcs.Node
 
dateFormatter - Static variable in class org.apache.commons.jrcs.rcs.Node
 
debugStream - Variable in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
DEFAULT - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
defaultAlgorithm() - Method in class org.apache.commons.jrcs.diff.Diff
 
DeleteDelta - Class in org.apache.commons.jrcs.diff
Holds a delete-delta between to revisions of a text.
DeleteDelta(Chunk) - Constructor for class org.apache.commons.jrcs.diff.DeleteDelta
 
Delta - Class in org.apache.commons.jrcs.diff
Holds a "delta" difference between to revisions of a text.
Delta() - Constructor for class org.apache.commons.jrcs.diff.Delta
Creates an uninitialized delta.
Delta(Chunk, Chunk) - Constructor for class org.apache.commons.jrcs.diff.Delta
Creates a delta object with the given chunks from the original and revised texts.
deltaRevision() - Method in class org.apache.commons.jrcs.rcs.Node
Returns the Node with the version number that corresponds to the revision to be obtained after the deltas in the current node are applied.
desc - Variable in class org.apache.commons.jrcs.rcs.Archive
 
DESC - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
Diff - Class in org.apache.commons.jrcs.diff
Implements a differencing engine that works on arrays of Object.
Diff(Object[]) - Constructor for class org.apache.commons.jrcs.diff.Diff
Create a differencing object using the default algorithm
Diff(Object[], DiffAlgorithm) - Constructor for class org.apache.commons.jrcs.diff.Diff
Create a differencing object using the given algorithm
diff(Object[], Object[]) - Static method in class org.apache.commons.jrcs.diff.Diff
compute the difference between an original and a revision.
diff(Object[], Object[], DiffAlgorithm) - Static method in class org.apache.commons.jrcs.diff.Diff
compute the difference between an original and a revision.
diff(Object[]) - Method in class org.apache.commons.jrcs.diff.Diff
compute the difference between the original and a revision.
diff(Object[], Object[]) - Method in interface org.apache.commons.jrcs.diff.DiffAlgorithm
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
diff(Object[], Object[]) - Method in class org.apache.commons.jrcs.diff.myers.MyersDiff
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
diff(Object[], Object[]) - Method in class org.apache.commons.jrcs.diff.SimpleDiff
Compute the difference between original and revised sequences.
DiffAlgorithm - Interface in org.apache.commons.jrcs.diff
A simple interface for implementations of differencing algorithms.
DifferentiationFailedException - Exception in org.apache.commons.jrcs.diff
Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.
DifferentiationFailedException() - Constructor for exception org.apache.commons.jrcs.diff.DifferentiationFailedException
 
DifferentiationFailedException(String) - Constructor for exception org.apache.commons.jrcs.diff.DifferentiationFailedException
 
DiffException - Exception in org.apache.commons.jrcs.diff
Base class for all exceptions emanating from this package.
DiffException() - Constructor for exception org.apache.commons.jrcs.diff.DiffException
 
DiffException(String) - Constructor for exception org.apache.commons.jrcs.diff.DiffException
 
DiffNode - Class in org.apache.commons.jrcs.diff.myers
A diffnode in a diffpath.
DiffNode(int, int, PathNode) - Constructor for class org.apache.commons.jrcs.diff.myers.DiffNode
Constructs a DiffNode.
DIGIT - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
doKeywords(Object[], Node) - Method in class org.apache.commons.jrcs.rcs.Archive
Returns the given text with values added to CVS-style keywords.
Done() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 

E

editAll(Object[]) - Static method in class org.apache.commons.jrcs.diff.Diff
Edits all of the items in the input sequence.
endColumn - Variable in class org.apache.commons.jrcs.rcs.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.commons.jrcs.rcs.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
eol - Variable in exception org.apache.commons.jrcs.rcs.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.commons.jrcs.rcs.Line
 
equals(Object) - Method in class org.apache.commons.jrcs.rcs.Version
Determine if two versions are equal.
even(int) - Method in class org.apache.commons.jrcs.rcs.Version
 
even() - Method in class org.apache.commons.jrcs.rcs.Version
 
expand - Variable in class org.apache.commons.jrcs.rcs.Archive
 
EXPAND - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
expectedTokenSequences - Variable in exception org.apache.commons.jrcs.rcs.ParseException
Each entry in this array is an array of integers.

F

filename - Variable in class org.apache.commons.jrcs.rcs.Archive
 
findNode(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Return the node with the version number that matches the one provided.
first() - Method in class org.apache.commons.jrcs.diff.Chunk
Returns the index of the first line of the chunk.

G

getAuthor() - Method in class org.apache.commons.jrcs.rcs.Node
 
getBase(int) - Method in class org.apache.commons.jrcs.rcs.Version
Return the last number in the version number.
getBeginColumn() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
getBeginLine() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
getBranch(int) - Method in class org.apache.commons.jrcs.rcs.Node
Retrieve the branch node identified with the given numer.
getBranches() - Method in class org.apache.commons.jrcs.rcs.Node
 
getBranchPoint() - Method in class org.apache.commons.jrcs.rcs.Version
 
getChild() - Method in class org.apache.commons.jrcs.rcs.Node
 
getColumn() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
Deprecated.  
getDate() - Method in class org.apache.commons.jrcs.rcs.Node
 
getDelta(int) - Method in class org.apache.commons.jrcs.diff.Revision
Retrieves a delta from this revision by position.
getDesc() - Method in class org.apache.commons.jrcs.rcs.Archive
Returns the description associated with the archive.
getEndColumn() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
getEndLine() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
GetImage() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
getLine() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
Deprecated.  
getLocker() - Method in class org.apache.commons.jrcs.rcs.Node
 
getLog(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Returns the log message associated with the given revision.
getLog(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Returns the log message associated with the given revision.
getLog() - Method in class org.apache.commons.jrcs.rcs.Node
 
getMessage() - Method in exception org.apache.commons.jrcs.rcs.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.commons.jrcs.rcs.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
getNode(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
 
getNumbers() - Method in class org.apache.commons.jrcs.rcs.Version
Return the current version number as an array of int.
getOriginal() - Method in class org.apache.commons.jrcs.diff.Delta
Accessor method to return the chunk representing the original sequence of items
getParent() - Method in class org.apache.commons.jrcs.rcs.Node
 
getPhrases() - Method in class org.apache.commons.jrcs.rcs.Node
 
getRCSNext() - Method in class org.apache.commons.jrcs.rcs.Node
Return the next node in the RCS logical hierarchy.
getRevised() - Method in class org.apache.commons.jrcs.diff.Delta
Accessor method to return the chunk representing the updated sequence of items.
getRevision() - Method in class org.apache.commons.jrcs.rcs.Archive
Get the text belonging to the head revision.
getRevision(boolean) - Method in class org.apache.commons.jrcs.rcs.Archive
Get the text belonging to the head revision.
getRevision(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Get the text belonging to the revision identified by the given version number.
getRevision(String, boolean) - Method in class org.apache.commons.jrcs.rcs.Archive
Get the text belonging to the revision identified by the given version number.
getRevision(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Get the text belonging to the revision identified by the given version number.
getRevision(Version, boolean) - Method in class org.apache.commons.jrcs.rcs.Archive
Get the text belonging to the revision identified by the given version number.
getRevisionPath(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Returns the path from the head node to the node identified by the given version number.
getRevisionVersion(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Return the actual revision number of the node identified by the given version number.
getRevisionVersion(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Return the actual revision number of the node identified by the given version number.
getRevisionVersion() - Method in class org.apache.commons.jrcs.rcs.Archive
Return the actual revision number of the active revision.
getState() - Method in class org.apache.commons.jrcs.rcs.Node
 
GetSuffix(int) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
getSymbols() - Method in class org.apache.commons.jrcs.rcs.Archive
Returns a Map of the symbols (tags) associated with each revision.
getText() - Method in class org.apache.commons.jrcs.rcs.Node
 
getTextLines() - Method in class org.apache.commons.jrcs.rcs.Node
Return a list with the lines of the node's text.
getTextLines(int, int) - Method in class org.apache.commons.jrcs.rcs.Node
Return a list with a subset of the lines of the node's text.
getTextLines(List) - Method in class org.apache.commons.jrcs.rcs.Node
Add a subset of the lines of the node's text to the given list.
getTextLines(List, int, int) - Method in class org.apache.commons.jrcs.rcs.Node
Add a subset of the lines of the node's text to the given list.
getVersion() - Method in class org.apache.commons.jrcs.rcs.Node
 

H

hashCode() - Method in class org.apache.commons.jrcs.rcs.Line
 
hashCode() - Method in class org.apache.commons.jrcs.rcs.Version
 
head - Variable in class org.apache.commons.jrcs.rcs.Archive
 
HEAD - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
HeadAlreadySetException - Exception in org.apache.commons.jrcs.rcs
Thrown if the ArchiveParser finds that the head node is set more than once.
HeadAlreadySetException() - Constructor for exception org.apache.commons.jrcs.rcs.HeadAlreadySetException
 
HeadAlreadySetException(String) - Constructor for exception org.apache.commons.jrcs.rcs.HeadAlreadySetException
 
HeadAlreadySetException(Version) - Constructor for exception org.apache.commons.jrcs.rcs.HeadAlreadySetException
 

I

i - Variable in class org.apache.commons.jrcs.diff.myers.PathNode
Position in the original sequence.
ID - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
IDCHAR - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
image - Variable in class org.apache.commons.jrcs.rcs.Token
The string image of the token.
init(Chunk, Chunk) - Method in class org.apache.commons.jrcs.diff.Delta
Initializaes the delta with the given chunks from the original and revised texts.
insertDelta(Delta) - Method in class org.apache.commons.jrcs.diff.Revision
Adds a delta to the start of this revision.
InvalidBranchVersionNumberException - Exception in org.apache.commons.jrcs.rcs
Thrown if the version number given for a branch node is invalid.
InvalidBranchVersionNumberException() - Constructor for exception org.apache.commons.jrcs.rcs.InvalidBranchVersionNumberException
 
InvalidBranchVersionNumberException(String) - Constructor for exception org.apache.commons.jrcs.rcs.InvalidBranchVersionNumberException
 
InvalidBranchVersionNumberException(Version) - Constructor for exception org.apache.commons.jrcs.rcs.InvalidBranchVersionNumberException
 
InvalidFileFormatException - Exception in org.apache.commons.jrcs.rcs
Thrown if the ArchiveParser cannot parse a given archive.
InvalidFileFormatException() - Constructor for exception org.apache.commons.jrcs.rcs.InvalidFileFormatException
 
InvalidFileFormatException(String) - Constructor for exception org.apache.commons.jrcs.rcs.InvalidFileFormatException
 
InvalidTrunkVersionNumberException - Exception in org.apache.commons.jrcs.rcs
Thrown if the version number given for a trunk node is invalid.
InvalidTrunkVersionNumberException() - Constructor for exception org.apache.commons.jrcs.rcs.InvalidTrunkVersionNumberException
 
InvalidTrunkVersionNumberException(String) - Constructor for exception org.apache.commons.jrcs.rcs.InvalidTrunkVersionNumberException
 
InvalidTrunkVersionNumberException(Version) - Constructor for exception org.apache.commons.jrcs.rcs.InvalidTrunkVersionNumberException
 
InvalidVersionNumberException - Exception in org.apache.commons.jrcs.rcs
Thrown whenever a given version number is invalid for the context.
InvalidVersionNumberException() - Constructor for exception org.apache.commons.jrcs.rcs.InvalidVersionNumberException
 
InvalidVersionNumberException(String) - Constructor for exception org.apache.commons.jrcs.rcs.InvalidVersionNumberException
 
InvalidVersionNumberException(Version) - Constructor for exception org.apache.commons.jrcs.rcs.InvalidVersionNumberException
 
isBootstrap() - Method in class org.apache.commons.jrcs.diff.myers.PathNode
Is this a bootstrap node?
isBranch() - Method in class org.apache.commons.jrcs.rcs.Version
 
isGhost() - Method in class org.apache.commons.jrcs.rcs.Node
Returns true if the node is a "ghost" node.
isGhost() - Method in class org.apache.commons.jrcs.rcs.Version
 
isGreaterOrEqualThan(Version) - Method in class org.apache.commons.jrcs.rcs.Version
Determine if this version is greater than or equal to the given one.
isGreaterThan(Version) - Method in class org.apache.commons.jrcs.rcs.Version
Determine if this version is greater than the given one.
isLessOrEqualThan(Version) - Method in class org.apache.commons.jrcs.rcs.Version
Determine if this version is less than or equal to the given one.
isLessThan(Version) - Method in class org.apache.commons.jrcs.rcs.Version
Determine if this version is less than the given one.
isRevision() - Method in class org.apache.commons.jrcs.rcs.Version
 
isSnake() - Method in class org.apache.commons.jrcs.diff.myers.DiffNode
Is this node a Snake node?
isSnake() - Method in class org.apache.commons.jrcs.diff.myers.PathNode
Is this node a Snake node?
isSnake() - Method in class org.apache.commons.jrcs.diff.myers.Snake
Is this node a Snake node?
isTrunk() - Method in class org.apache.commons.jrcs.rcs.Version
 

J

j - Variable in class org.apache.commons.jrcs.diff.myers.PathNode
Position in the revised sequence.
JDiff - Class in org.apache.commons.jrcs.tools
A program to compare two files.
JDiff() - Constructor for class org.apache.commons.jrcs.tools.JDiff
 
jjnewLexState - Static variable in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
JRCS - Class in org.apache.commons.jrcs.tools
A tool to extract information from CVS/RCS archives.
JRCS() - Constructor for class org.apache.commons.jrcs.tools.JRCS
 

K

kind - Variable in class org.apache.commons.jrcs.rcs.Token
An integer that describes the kind of this token.

L

last() - Method in class org.apache.commons.jrcs.diff.Chunk
Returns the index of the last line of the chunk.
last() - Method in class org.apache.commons.jrcs.rcs.Version
Return the last number in the version number.
lexStateNames - Static variable in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
Line - Class in org.apache.commons.jrcs.rcs
An annotated line of a revision.
locked - Variable in class org.apache.commons.jrcs.rcs.Archive
 
locker - Variable in class org.apache.commons.jrcs.rcs.Node
 
LOCKS - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
LOG - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
log - Variable in class org.apache.commons.jrcs.rcs.Node
 

M

main(String[]) - Static method in class org.apache.commons.jrcs.tools.JDiff
 
main(String[]) - Static method in class org.apache.commons.jrcs.tools.JRCS
 
MyersDiff - Class in org.apache.commons.jrcs.diff.myers
A clean-room implementation of Eugene Myers differencing algorithm.
MyersDiff() - Constructor for class org.apache.commons.jrcs.diff.myers.MyersDiff
Constructs an instance of the Myers differencing algorithm.

N

newBranch(int) - Method in class org.apache.commons.jrcs.rcs.Version
 
newBranchNode(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
 
newBranchVersion() - Method in class org.apache.commons.jrcs.rcs.Node
Returns the version number that should correspond to a newly created branch of this node.
newDelta(Chunk, Chunk) - Static method in class org.apache.commons.jrcs.diff.Delta
Returns a Delta that corresponds to the given chunks in the original and revised text respectively.
newNode(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
 
newNode(Version, Node) - Method in class org.apache.commons.jrcs.rcs.Archive
 
newToken(int) - Static method in class org.apache.commons.jrcs.rcs.Token
Returns a new Token object, by default.
newTrunkNode(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
 
NEXT - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
next - Variable in class org.apache.commons.jrcs.rcs.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.commons.jrcs.rcs.Version
 
nextInPathTo(Version, boolean) - Method in class org.apache.commons.jrcs.rcs.Node
Returns the next node in the path from the current node to the node identified by the given version.
nextVersion() - Method in class org.apache.commons.jrcs.rcs.Node
Returns the version number that should correspond to the revision folowing this node.
NL - Static variable in class org.apache.commons.jrcs.diff.Diff
The standard line separator.
Node - Class in org.apache.commons.jrcs.rcs
Ancestor to all nodes in a version control Archive.
Node(Node) - Constructor for class org.apache.commons.jrcs.rcs.Node
Creates a copy of a node.
Node(Version, Node) - Constructor for class org.apache.commons.jrcs.rcs.Node
Creates a node with the given version number.
NodeNotFoundException - Exception in org.apache.commons.jrcs.rcs
 
NodeNotFoundException() - Constructor for exception org.apache.commons.jrcs.rcs.NodeNotFoundException
 
NodeNotFoundException(String) - Constructor for exception org.apache.commons.jrcs.rcs.NodeNotFoundException
 
NodeNotFoundException(Version) - Constructor for exception org.apache.commons.jrcs.rcs.NodeNotFoundException
 
nodes - Variable in class org.apache.commons.jrcs.rcs.Archive
 
NUM - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 

O

odd(int) - Method in class org.apache.commons.jrcs.rcs.Version
 
odd() - Method in class org.apache.commons.jrcs.rcs.Version
 
org.apache.commons.jrcs.diff - package org.apache.commons.jrcs.diff
The diff package implements the differencing engine that JRCS uses.
org.apache.commons.jrcs.diff.myers - package org.apache.commons.jrcs.diff.myers
The diff.myers package implements Gene Myers' differencing algorithm.
org.apache.commons.jrcs.rcs - package org.apache.commons.jrcs.rcs
JRCS is a library that knows how to manipulate the archive files produced by the RCS and CVS version control systems.
org.apache.commons.jrcs.tools - package org.apache.commons.jrcs.tools
Simple tools to test the functionality of the org.apache.maven.jrcs library.
org.apache.commons.jrcs.util - package org.apache.commons.jrcs.util
 
orig - Variable in class org.apache.commons.jrcs.diff.Diff
The original sequence.
original - Variable in class org.apache.commons.jrcs.diff.Delta
 

P

parent - Variable in class org.apache.commons.jrcs.rcs.Node
 
ParseException - Exception in org.apache.commons.jrcs.rcs
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.commons.jrcs.rcs.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.commons.jrcs.rcs.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.commons.jrcs.rcs.ParseException
 
patch(List) - Method in class org.apache.commons.jrcs.diff.Delta
Applies this delta as a patch to the given text.
patch(Object[]) - Method in class org.apache.commons.jrcs.diff.Revision
Applies the series of deltas in this revision as patches to the given text.
patch(List) - Method in class org.apache.commons.jrcs.rcs.Node
Apply the deltas in the current node to the given text.
patch(List, boolean) - Method in class org.apache.commons.jrcs.rcs.Node
Apply the deltas in the current node to the given text.
PatchFailedException - Exception in org.apache.commons.jrcs.diff
Thrown whenever a delta cannot be applied as a patch to a given text.
PatchFailedException() - Constructor for exception org.apache.commons.jrcs.diff.PatchFailedException
 
PatchFailedException(String) - Constructor for exception org.apache.commons.jrcs.diff.PatchFailedException
 
PathNode - Class in org.apache.commons.jrcs.diff.myers
A node in a diffpath.
PathNode(int, int, PathNode) - Constructor for class org.apache.commons.jrcs.diff.myers.PathNode
Concatenates a new path node with an existing diffpath.
pathTo(Version) - Method in class org.apache.commons.jrcs.rcs.Node
Returns the path from the current node to the node identified by the given version.
pathTo(Version, boolean) - Method in class org.apache.commons.jrcs.rcs.Node
Returns the path from the current node to the node identified by the given version.
phrases - Variable in class org.apache.commons.jrcs.rcs.Archive
 
phrases - Variable in class org.apache.commons.jrcs.rcs.Node
 
PRE_DELTA - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
prev - Variable in class org.apache.commons.jrcs.diff.myers.PathNode
The previous node in the path.
previousSnake() - Method in class org.apache.commons.jrcs.diff.myers.PathNode
Skips sequences of DiffNodes until a Snake or bootstrap node is found, or the end of the path is reached.

Q

quoteString(String) - Static method in class org.apache.commons.jrcs.rcs.Archive
Quote a string.

R

randomEdit(Object[]) - Static method in class org.apache.commons.jrcs.diff.Diff
Performs random edits on the input sequence.
randomEdit(Object[], long) - Static method in class org.apache.commons.jrcs.diff.Diff
Performs random edits on the input sequence.
randomSequence(int) - Static method in class org.apache.commons.jrcs.diff.Diff
Generate a random sequence of the given size.
randomSequence(int, long) - Static method in class org.apache.commons.jrcs.diff.Diff
Generate a random sequence of the given size.
rangeString() - Method in class org.apache.commons.jrcs.diff.Chunk
Provide a string representation of the numeric range of this chunk.
rangeString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.Chunk
Provide a string representation of the numeric range of this chunk.
rangeString(StringBuffer, String) - Method in class org.apache.commons.jrcs.diff.Chunk
Provide a string representation of the numeric range of this chunk.
RCS_EOL - Static variable in class org.apache.commons.jrcs.diff.Diff
The line separator to use in RCS format output.
RCS_NEWLINE - Static variable in class org.apache.commons.jrcs.rcs.Archive
 
RCSException - Exception in org.apache.commons.jrcs.rcs
 
RCSException() - Constructor for exception org.apache.commons.jrcs.rcs.RCSException
 
RCSException(String) - Constructor for exception org.apache.commons.jrcs.rcs.RCSException
 
RCSException(Version) - Constructor for exception org.apache.commons.jrcs.rcs.RCSException
 
rcsfrom() - Method in class org.apache.commons.jrcs.diff.Chunk
Returns the from index of the chunk in RCS terms.
rcsnext - Variable in class org.apache.commons.jrcs.rcs.Node
 
rcsto() - Method in class org.apache.commons.jrcs.diff.Chunk
Returns the to index of the chunk in RCS terms.
readChar() - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
ReInit(SimpleCharStream) - Method in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
removeKeywords(Object[]) - Static method in class org.apache.commons.jrcs.rcs.Archive
Returns the given text removing the values of any CVS-style keywords.
revised - Variable in class org.apache.commons.jrcs.diff.Delta
 
Revision - Class in org.apache.commons.jrcs.diff
A Revision holds the series of deltas that describe the differences between two sequences.
Revision() - Constructor for class org.apache.commons.jrcs.diff.Revision
Creates an empty Revision.
RevisionVisitor - Interface in org.apache.commons.jrcs.diff
Definition of a Visitor interface for Revisions See "Design Patterns" by the Gang of Four
root() - Method in class org.apache.commons.jrcs.rcs.Node
Return the root node of the node hierarchy.

S

save(OutputStream) - Method in class org.apache.commons.jrcs.rcs.Archive
Save the archive to the provided stream.
save(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Save the archive to a file and the the Archives filename accordingly.
scan(int[], int, int) - Method in class org.apache.commons.jrcs.diff.SimpleDiff
 
setAuthor(String) - Method in class org.apache.commons.jrcs.rcs.Node
Set the author of the node's revision.
setBranch(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Set the active branch to the one identified by the given version number.
setBranch(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Set the active branch to the one identified by the given version number.
setComment(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Set the archive's comment.
setDate(int[]) - Method in class org.apache.commons.jrcs.rcs.Node
Set the date of the node's revision.
setDebugStream(PrintStream) - Method in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
setDesc(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Set the archives description.
setExpand(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Set the keyword expansion flag for the archive.
setFileName(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Set the name of the file for this archive
setHead(Version) - Method in class org.apache.commons.jrcs.rcs.Archive
Add a head node with the given version number.
setLocker(String) - Method in class org.apache.commons.jrcs.rcs.Node
Set the locker.
setLog(String) - Method in class org.apache.commons.jrcs.rcs.Node
Sets the log message for the node's revision.
setRCSNext(Node) - Method in class org.apache.commons.jrcs.rcs.Node
Sets the next node in the RCS logical hierarchy.
setState(String) - Method in class org.apache.commons.jrcs.rcs.Node
Sets the state of the node's revision.
setStrictLocking(boolean) - Method in class org.apache.commons.jrcs.rcs.Archive
Set the strict locking flag for the archive.
setText(String) - Method in class org.apache.commons.jrcs.rcs.Node
Sets the text for the node's revision.
setText(Object[]) - Method in class org.apache.commons.jrcs.rcs.Node
Sets the text for the node's revision.
shuffle(Object[]) - Static method in class org.apache.commons.jrcs.diff.Diff
Shuffles around the items in the input sequence.
shuffle(Object[], long) - Static method in class org.apache.commons.jrcs.diff.Diff
Shuffles around the items in the input sequence.
SimpleCharStream - Class in org.apache.commons.jrcs.rcs
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.jrcs.rcs.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.commons.jrcs.rcs.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.commons.jrcs.rcs.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.jrcs.rcs.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.commons.jrcs.rcs.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.commons.jrcs.rcs.SimpleCharStream
 
SimpleDiff - Class in org.apache.commons.jrcs.diff
Implements a simple differencing algortithm.
SimpleDiff() - Constructor for class org.apache.commons.jrcs.diff.SimpleDiff
 
size() - Method in class org.apache.commons.jrcs.diff.Chunk
Returns the size of the chunk.
size() - Method in class org.apache.commons.jrcs.diff.Revision
Returns the number of deltas in this revision.
size() - Method in class org.apache.commons.jrcs.rcs.Version
 
slice(List, int, int) - Static method in class org.apache.commons.jrcs.diff.Chunk
Retreives the specified part from a List.
slice(Object[], int, int) - Static method in class org.apache.commons.jrcs.diff.Chunk
Retrieves a slice from an Object array.
Snake - Class in org.apache.commons.jrcs.diff.myers
Represents a snake in a diffpath.
Snake(int, int, PathNode) - Constructor for class org.apache.commons.jrcs.diff.myers.Snake
Constructs a snake node.
specialConstructor - Variable in exception org.apache.commons.jrcs.rcs.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.commons.jrcs.rcs.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
STATE - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
state - Variable in class org.apache.commons.jrcs.rcs.Node
 
staticFlag - Static variable in class org.apache.commons.jrcs.rcs.SimpleCharStream
 
STRICT - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
strictLocking - Variable in class org.apache.commons.jrcs.rcs.Archive
 
STRING - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
stringToArray(String) - Static method in class org.apache.commons.jrcs.util.ToString
Breaks a string into an array of strings.
SwitchTo(int) - Method in class org.apache.commons.jrcs.rcs.ArchiveParserTokenManager
 
SYM - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
symbols - Variable in class org.apache.commons.jrcs.rcs.Archive
 
SYMBOLS - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 

T

TEXT - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
text - Variable in class org.apache.commons.jrcs.rcs.Node
 
toByteArray() - Method in class org.apache.commons.jrcs.rcs.Archive
Return a text image of the archive as a char array.
toCharArray() - Method in class org.apache.commons.jrcs.rcs.Archive
Return a text image of the archive as a char array.
Token - Class in org.apache.commons.jrcs.rcs
Describes the input token stream.
Token() - Constructor for class org.apache.commons.jrcs.rcs.Token
 
tokenImage - Static variable in interface org.apache.commons.jrcs.rcs.ArchiveParserConstants
 
tokenImage - Variable in exception org.apache.commons.jrcs.rcs.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.commons.jrcs.rcs
 
TokenMgrError() - Constructor for error org.apache.commons.jrcs.rcs.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.commons.jrcs.rcs.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.commons.jrcs.rcs.TokenMgrError
 
toRCSString(StringBuffer, String) - Method in class org.apache.commons.jrcs.diff.AddDelta
 
toRCSString(StringBuffer, String) - Method in class org.apache.commons.jrcs.diff.ChangeDelta
 
toRCSString(StringBuffer, String) - Method in class org.apache.commons.jrcs.diff.DeleteDelta
 
toRCSString(StringBuffer, String) - Method in class org.apache.commons.jrcs.diff.Delta
Converts this delta into its RCS style string representation.
toRCSString(String) - Method in class org.apache.commons.jrcs.diff.Delta
Converts this delta into its RCS style string representation.
toRCSString(StringBuffer, String) - Method in class org.apache.commons.jrcs.diff.Revision
Converts this revision into its RCS style string representation.
toRCSString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.Revision
Converts this revision into its RCS style string representation.
toRCSString(String) - Method in class org.apache.commons.jrcs.diff.Revision
Converts this delta into its RCS style string representation.
toRCSString() - Method in class org.apache.commons.jrcs.diff.Revision
Converts this delta into its RCS style string representation using the default line separator.
toString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.AddDelta
 
toString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.ChangeDelta
 
toString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.Chunk
Provide a string image of the chunk using the an empty prefix and postfix.
toString(StringBuffer, String, String) - Method in class org.apache.commons.jrcs.diff.Chunk
Provide a string image of the chunk using the given prefix and postfix.
toString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.DeleteDelta
 
toString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.Delta
Converts this delta into its Unix diff style string representation.
toString() - Method in class org.apache.commons.jrcs.diff.myers.PathNode
toString(StringBuffer) - Method in class org.apache.commons.jrcs.diff.Revision
Converts this revision into its Unix diff style string representation.
toString(StringBuffer) - Method in class org.apache.commons.jrcs.rcs.Archive
Place a string image of the archive in the given StringBuffer.
toString(String) - Method in class org.apache.commons.jrcs.rcs.Archive
Return a text image of the archive.
toString(StringBuffer, String) - Method in class org.apache.commons.jrcs.rcs.Archive
Append a text image of the archive to the given buffer using the given token as line separator.
toString(StringBuffer) - Method in class org.apache.commons.jrcs.rcs.Node
Conver the current node and all of its branches to their RCS string representation and add it to the given StringBuffer.
toString(StringBuffer, String) - Method in class org.apache.commons.jrcs.rcs.Node
Conver the current node and all of its branches to their RCS string representation and add it to the given StringBuffer using the given marker as line separator.
toString() - Method in class org.apache.commons.jrcs.rcs.Token
Returns the image.
toString(StringBuffer) - Method in class org.apache.commons.jrcs.rcs.Version
 
ToString - Class in org.apache.commons.jrcs.util
This class delegates handling of the to a StringBuffer based version.
ToString() - Constructor for class org.apache.commons.jrcs.util.ToString
 
toString() - Method in class org.apache.commons.jrcs.util.ToString
Default implementation of the toString() method that delegates work to a StringBuffer base version.
toString(StringBuffer) - Method in class org.apache.commons.jrcs.util.ToString
Place a string image of the object in a StringBuffer.
toText() - Method in class org.apache.commons.jrcs.rcs.Node
Conver the urrent node to its RCS string representation.
toText(StringBuffer, String) - Method in class org.apache.commons.jrcs.rcs.Node
Conver the urrent node to its RCS string representation and add it to the given StringBuffer using the given marker as line separator.

U

unquoteString(String) - Static method in class org.apache.commons.jrcs.rcs.Archive
Unquote a string quoted in RCS style.
unquoteString(String, boolean) - Static method in class org.apache.commons.jrcs.rcs.Archive
Unquote a string quoted in RCS style.
users - Variable in class org.apache.commons.jrcs.rcs.Archive
 

V

verify(List) - Method in class org.apache.commons.jrcs.diff.AddDelta
 
verify(List) - Method in class org.apache.commons.jrcs.diff.ChangeDelta
 
verify(List) - Method in class org.apache.commons.jrcs.diff.Chunk
Verifies that this chunk's saved text matches the corresponding text in the given sequence.
verify(List) - Method in class org.apache.commons.jrcs.diff.DeleteDelta
 
verify(List) - Method in class org.apache.commons.jrcs.diff.Delta
Verifies that this delta can be used to patch the given text.
version - Variable in class org.apache.commons.jrcs.rcs.Node
The version number for this node.
Version - Class in org.apache.commons.jrcs.rcs
Contains and manages a version number of the form "x(\.y)*".
Version(int) - Constructor for class org.apache.commons.jrcs.rcs.Version
Creates a new Version with a single digit version number
Version(int, int) - Constructor for class org.apache.commons.jrcs.rcs.Version
Creates a new Version with a major.minor version number.
Version(Integer[]) - Constructor for class org.apache.commons.jrcs.rcs.Version
Converts an array of Integer to a Version.
Version(int[]) - Constructor for class org.apache.commons.jrcs.rcs.Version
Converts an array of int to a Version.
Version(String) - Constructor for class org.apache.commons.jrcs.rcs.Version
Converts string to a version.
Version(Version) - Constructor for class org.apache.commons.jrcs.rcs.Version
Create a new Version by copying another.
Version() - Constructor for class org.apache.commons.jrcs.rcs.Version
Create an empty version number.
visit(Revision) - Method in interface org.apache.commons.jrcs.diff.RevisionVisitor
 
visit(DeleteDelta) - Method in interface org.apache.commons.jrcs.diff.RevisionVisitor
 
visit(ChangeDelta) - Method in interface org.apache.commons.jrcs.diff.RevisionVisitor
 
visit(AddDelta) - Method in interface org.apache.commons.jrcs.diff.RevisionVisitor
 

_

__addBranch(Integer) - Method in class org.apache.commons.jrcs.rcs.Version
 
__addBranch(int) - Method in class org.apache.commons.jrcs.rcs.Version
 

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

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.