Uses of Class
com.hungry.javacvs.util.CVSBadCVSRootError

Packages that use CVSBadCVSRootError
com.hungry.javacvs.client   
com.hungry.javacvs.util Utility classes that are useful in both the client and server code. 
 

Uses of CVSBadCVSRootError in com.hungry.javacvs.client
 

Methods in com.hungry.javacvs.client that throw CVSBadCVSRootError
 void CVSClient.setRoot(java.lang.String root)
           
 

Uses of CVSBadCVSRootError in com.hungry.javacvs.util
 

Constructors in com.hungry.javacvs.util that throw CVSBadCVSRootError
CVSRoot.CVSRoot(java.lang.String root)
          Construct a CVSRoot corresponding to the given CVSROOT spec.