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

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

Subclasses of InvalidVersionNumberException in org.apache.commons.jrcs.rcs
 class InvalidBranchVersionNumberException
          Thrown if the version number given for a branch node is invalid.
 class InvalidTrunkVersionNumberException
          Thrown if the version number given for a trunk node is invalid.
 

Methods in org.apache.commons.jrcs.rcs that throw InvalidVersionNumberException
 void Node.addBranch(org.apache.commons.jrcs.rcs.BranchNode node)
          Adds a branch node to the current node.
 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.
 void Archive.addSymbol(java.lang.String sym, Version vernum)
          Tag a given version with a symbol.
 java.lang.String Archive.getLog(java.lang.String vernum)
          Returns the log message associated with the given revision.
protected  Node Archive.getNode(Version vernum)
           
 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.
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)
           
protected  void Archive.setHead(Version vernum)
          Add a head node with the given version number.
 

Constructors in org.apache.commons.jrcs.rcs that throw InvalidVersionNumberException
Version(java.lang.String v)
          Converts string to a version.
 



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