|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.bloof.scm.cvsplugin.CvsAccess
Container for access information in order to access a CVS repository
Constructor Summary | |
CvsAccess(RepositoryLocation aLocation,
LoginDetails aLoginDetails,
java.lang.String aModuleName,
java.lang.String aName)
Constructs a CvsAccess object |
|
CvsAccess(RepositoryLocation aLocation,
java.lang.String aLogFileName,
java.lang.String aName)
Constructs a CvsAccess object for accessing a local file or a sample file |
|
CvsAccess(RepositoryLocation aLocation,
java.lang.String aModuleName,
java.lang.String aExternalCommand,
boolean aIsExternal,
java.lang.String aName)
Constructs a CvsAccess object for a external connection |
Method Summary | |
ScmConnectionMethod |
getConnectionMethod()
Returns the methodof the connection with the SCM system |
java.lang.String |
getCvsRoot()
Returns the CVSROOT Representation of this Location |
java.lang.String |
getExternalCommand()
Returns the externalCommand. |
java.lang.String |
getHost()
Return the hostname of the SCM system |
RepositoryLocation |
getLocation()
Returns the location. |
java.lang.String |
getLogfilePath()
Returns the path to the logfile on the local disk |
java.lang.String |
getLogin()
Returns the login of the user |
LoginDetails |
getLoginDetails()
Returns the loginDetails. |
java.lang.String |
getModuleName()
Returns the modulname of the software project |
java.lang.String |
getName()
Returns the name of this access |
java.lang.String |
getPassword()
Returns the password of the user |
java.lang.String |
getRepositoryRoot()
Returns the root directory of the SCM system |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CvsAccess(RepositoryLocation aLocation, LoginDetails aLoginDetails, java.lang.String aModuleName, java.lang.String aName)
aLocation
- location of the CVS repositoryaLoginDetails
- details of the loginaModuleName
- name of the module to logaName
- name of the accesspublic CvsAccess(RepositoryLocation aLocation, java.lang.String aLogFileName, java.lang.String aName)
aLocation
- location of the CVS repositoryaLogFileName
- path to the logfileaName
- name of the accesspublic CvsAccess(RepositoryLocation aLocation, java.lang.String aModuleName, java.lang.String aExternalCommand, boolean aIsExternal, java.lang.String aName)
aLocation
- location of the CVS repositoryaExternalCommand
- external to command to be usedaModuleName
- name of the module to logaIsExternal
- flag for usage of external command constructoraName
- name of the accessMethod Detail |
public ScmConnectionMethod getConnectionMethod()
getConnectionMethod
in interface ScmAccess
public java.lang.String getCvsRoot()
public java.lang.String getExternalCommand()
public java.lang.String getHost()
getHost
in interface ScmAccess
public RepositoryLocation getLocation()
public java.lang.String getLogfilePath()
getLogfilePath
in interface ScmAccess
public java.lang.String getLogin()
getLogin
in interface ScmAccess
public LoginDetails getLoginDetails()
public java.lang.String getModuleName()
getModuleName
in interface ScmAccess
public java.lang.String getName()
ScmAccess
getName
in interface ScmAccess
ScmAccess.getName()
public java.lang.String getPassword()
getPassword
in interface ScmAccess
public java.lang.String getRepositoryRoot()
getRepositoryRoot
in interface ScmAccess
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |