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

Packages that use CVSRoot
com.hungry.javacvs.client   
com.hungry.javacvs.client.util Miscellaneous utility classes used by the client. 
 

Uses of CVSRoot in com.hungry.javacvs.client
 

Methods in com.hungry.javacvs.client that return CVSRoot
 CVSRoot CVSClient.getRoot()
           
 

Methods in com.hungry.javacvs.client with parameters of type CVSRoot
 void CVSClient.setRoot(CVSRoot root)
           
 

Uses of CVSRoot in com.hungry.javacvs.client.util
 

Fields in com.hungry.javacvs.client.util declared as CVSRoot
protected  CVSRoot CVSClientConnection.m_root
           
 

Methods in com.hungry.javacvs.client.util with parameters of type CVSRoot
static CVSClientConnection CVSClientConnection.createForRoot(CVSRoot root)
           
 

Constructors in com.hungry.javacvs.client.util with parameters of type CVSRoot
CVSClientConnection.CVSClientConnection(CVSRoot root)
           
CVSClientPServerConnection.CVSClientPServerConnection(CVSRoot root)
           
CVSClientJServerConnection.CVSClientJServerConnection(CVSRoot root)