|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
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. |
Uses of Node in org.apache.commons.jrcs.rcs |
---|
Fields in org.apache.commons.jrcs.rcs declared as Node | |
---|---|
protected Node |
Node.child
|
protected Node |
Node.parent
|
protected Node |
Node.rcsnext
|
Methods in org.apache.commons.jrcs.rcs that return Node | |
---|---|
Node[] |
Archive.changeLog()
Return the list of nodes between the head revision and the root revision. |
Node[] |
Archive.changeLog(Version latest)
Return the list of nodes between the the given revision and the root revision. |
Node[] |
Archive.changeLog(Version latest,
Version earliest)
Return the list of nodes between the the given two revisions. |
abstract Node |
Node.deltaRevision()
Returns the Node with the version number that corresponds to the revision to be obtained after the deltas in the current node are applied. |
Node |
Archive.findNode(Version vernum)
Return the node with the version number that matches the one provided. |
Node |
Node.getChild()
|
protected Node |
Archive.getNode(Version vernum)
|
Node |
Node.getParent()
|
Node |
Node.getRCSNext()
Return the next node in the RCS logical hierarchy. |
protected Node |
Archive.newNode(Version vernum)
|
protected Node |
Archive.newNode(Version vernum,
Node prev)
|
abstract Node |
Node.nextInPathTo(Version vernum,
boolean soft)
Returns the next node in the path from the current node to the node identified by the given version. |
Node |
Node.root()
Return the root node of the node hierarchy. |
Methods in org.apache.commons.jrcs.rcs with parameters of type Node | |
---|---|
java.lang.Object[] |
Archive.doKeywords(java.lang.Object[] text,
Node rev)
Returns the given text with values added to CVS-style keywords. |
protected Node |
Archive.newNode(Version vernum,
Node prev)
|
void |
Node.setRCSNext(Node node)
Sets the next node in the RCS logical hierarchy. |
Constructors in org.apache.commons.jrcs.rcs with parameters of type Node | |
---|---|
Node(Node other)
Creates a copy of a node. |
|
Node(Version vernum,
Node rcsnext)
Creates a node with the given version number. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |