Uses of Class
org.apache.commons.jrcs.rcs.NodeNotFoundException

Packages that use NodeNotFoundException
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 NodeNotFoundException in org.apache.commons.jrcs.rcs
 

Subclasses of NodeNotFoundException in org.apache.commons.jrcs.rcs
 class BranchNotFoundException
           
 

Methods in org.apache.commons.jrcs.rcs that throw NodeNotFoundException
 void Archive.addLock(java.lang.String user, Version vernum)
          Add a lock over a revison.
 Version Archive.addRevision(java.lang.Object[] text, java.lang.String log)
          Add the given revision to the active branch on the archive.
 Version Archive.addRevision(java.lang.Object[] text, java.lang.String vernum, java.lang.String log)
          Add the given revision to the the archive using the given version number.
 Version Archive.addRevision(java.lang.Object[] text, Version vernum, java.lang.String log)
          Add the given revision to the the archive using the given version number.
 java.lang.String Archive.getLog(java.lang.String vernum)
          Returns the log message associated with the given revision.
 java.lang.String Archive.getLog(Version version)
          Returns the log message associated with the given revision.
protected  Node Archive.getNode(Version vernum)
           
 java.lang.Object[] Archive.getRevision()
          Get the text belonging to the head revision.
 java.lang.Object[] Archive.getRevision(boolean annotate)
          Get the text belonging to the head revision.
 java.lang.Object[] Archive.getRevision(java.lang.String vernum)
          Get the text belonging to the revision identified by the given version number.
 java.lang.Object[] Archive.getRevision(java.lang.String vernum, boolean annotate)
          Get the text belonging to the revision identified by the given version number.
 java.lang.Object[] Archive.getRevision(Version vernum)
          Get the text belonging to the revision identified by the given version number.
 java.lang.Object[] Archive.getRevision(Version vernum, boolean annotate)
          Get the text belonging to the revision identified by the given version number.
protected  org.apache.commons.jrcs.rcs.BranchNode Archive.newBranchNode(Version vernum)
           
protected  Node Archive.newNode(Version vernum, Node prev)
           
protected  org.apache.commons.jrcs.rcs.TrunkNode Archive.newTrunkNode(Version vernum)
           
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.
 org.apache.commons.jrcs.rcs.Path Node.pathTo(Version vernum)
          Returns the path from the current node to the node identified by the given version.
 org.apache.commons.jrcs.rcs.Path Node.pathTo(Version vernum, boolean soft)
          Returns the path from the current node to the node identified by the given version.
 



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