Uses of Class
net.sf.bloof.scm.cvsplugin.CvsConnectionMethod

Packages that use CvsConnectionMethod
net.sf.bloof.scm.cvsplugin   
 

Uses of CvsConnectionMethod in net.sf.bloof.scm.cvsplugin
 

Fields in net.sf.bloof.scm.cvsplugin declared as CvsConnectionMethod
static CvsConnectionMethod CvsConnectionMethod.LOCAL
          CvsConnectionMethod Types
static CvsConnectionMethod CvsConnectionMethod.PSERVER
          CvsConnectionMethod Types
static CvsConnectionMethod CvsConnectionMethod.EXT
          CvsConnectionMethod Types
static CvsConnectionMethod CvsConnectionMethod.SSH
          CvsConnectionMethod Types
static CvsConnectionMethod CvsConnectionMethod.LOGFILE
          CvsConnectionMethod Types
static CvsConnectionMethod CvsConnectionMethod.SAMPLE
          CvsConnectionMethod Types
 

Methods in net.sf.bloof.scm.cvsplugin that return CvsConnectionMethod
static CvsConnectionMethod CvsPlugin.getConnectionMethod(java.lang.String aConnMethodString)
          Converts the connection method string into the Integer constant
 CvsConnectionMethod RepositoryLocation.getConnectionMethod()
          Gets the connection method for this location
 

Methods in net.sf.bloof.scm.cvsplugin with parameters of type CvsConnectionMethod
static RepositoryLocation RepositoryLocation.createValidLocation(CvsConnectionMethod aMethod, java.lang.String aUserName, java.lang.String aHostName, java.lang.String aRepositoryPath)
          Creates a RepositoryLocation with asserted valid parameters This method is used internally for local logfile and sample log file access
 void RepositoryLocation.setConnectionMethod(CvsConnectionMethod aMethod)
           
 

Constructors in net.sf.bloof.scm.cvsplugin with parameters of type CvsConnectionMethod
RepositoryLocation(CvsConnectionMethod aMethod, java.lang.String aUserName, java.lang.String aHostName, java.lang.String aRepositoryPath)
          Creates a CVSRepositoryLocation object using the specified parameters
 



Copyright © 2003 bloof@Sourceforge. All Rights Reserved.