Uses of Class
org.netbeans.lib.cvsclient.CVSRoot

Packages that use CVSRoot
org.netbeans.lib.cvsclient   
org.netbeans.lib.cvsclient.connection   
 

Uses of CVSRoot in org.netbeans.lib.cvsclient
 

Methods in org.netbeans.lib.cvsclient that return CVSRoot
static CVSRoot CVSRoot.parse(java.util.Properties props)
          Construct CVSRoot from Properties object.
static CVSRoot CVSRoot.parse(java.lang.String cvsroot)
          Parse the CVSROOT string into CVSRoot object.
 

Methods in org.netbeans.lib.cvsclient with parameters of type CVSRoot
 int CVSRoot.getCompatibilityLevel(CVSRoot compared)
           With this method it is possible to compare how close two CVSRoots are to each other.
 

Uses of CVSRoot in org.netbeans.lib.cvsclient.connection
 

Methods in org.netbeans.lib.cvsclient.connection with parameters of type CVSRoot
static Connection ConnectionFactory.getConnection(CVSRoot root)
          Returns a Connection object to handle the specific CVSRoot specification.
 

Constructors in org.netbeans.lib.cvsclient.connection with parameters of type CVSRoot
PServerConnection(CVSRoot cvsRoot)
          Create PServerConnection and setup it's properties from the supplied CVSRoot object.
PServerConnection(CVSRoot cvsRoot, javax.net.SocketFactory factory)
          Create PServerConnection and setup it's properties from the supplied CVSRoot object.
 


 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.