Uses of Package
com.hungry.javacvs.util

Packages that use com.hungry.javacvs.util
com.hungry.javacvs.client   
com.hungry.javacvs.client.handlers Classes that represent (and handle) CVS server responses. 
com.hungry.javacvs.client.requests Classes that represent requests made to the CVS server. 
com.hungry.javacvs.client.ui.jfc A UI for HungryCVS based on JFC. 
com.hungry.javacvs.client.util Miscellaneous utility classes used by the client. 
com.hungry.javacvs.server.requests Classes which are instantiated to handle CVS client requests. 
com.hungry.javacvs.server.util Miscellaneous utility classes used by the server. 
com.hungry.javacvs.util Utility classes that are useful in both the client and server code. 
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.client
CVSBadCVSRootError
          Used to signal that a CVSROOT specification was invalid.
CVSEntries
           
CVSRoot
          This class corresponds to the CVSROOT variable.
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.client.handlers
CVSConnection
           
CVSEntriesLine
           
CVSError
          Used to signal that an error has occured in the lower workings of the CVS machinery.
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.client.requests
CVSConnection
           
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.client.ui.jfc
CVSEntries
           
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.client.util
CVSConnection
           
CVSRoot
          This class corresponds to the CVSROOT variable.
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.server.requests
CVSConnection
           
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.server.util
CVSConnection
           
 

Classes in com.hungry.javacvs.util used by com.hungry.javacvs.util
CVSBadCVSRootError
          Used to signal that a CVSROOT specification was invalid.
CVSDate
          Class to read and write dates in the format expected by the existing CVS client
CVSEntriesLine
           
CVSInvalidDateString
           
CVSInvalidEntriesLine