net.sf.bloof.scm
Interface ScmAccess

All Known Implementing Classes:
CvsAccess

public interface ScmAccess

Container class for access information to the SCM system

Version:
$Id: ScmAccess.java,v 1.9 2003/06/28 06:51:42 pekacki Exp $
Author:
Lukasz Pekacki

Method Summary
 ScmConnectionMethod getConnectionMethod()
          Returns the methd of the connection with the SCM system
 java.lang.String getHost()
          Return the hostname of the SCM system
 java.lang.String getLogfilePath()
          Returns the path to the logfile on the local disk
 java.lang.String getLogin()
          Returns the login of the user
 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
 

Method Detail

getConnectionMethod

public ScmConnectionMethod getConnectionMethod()
Returns the methd of the connection with the SCM system

Returns:
ScmConnectionMethod

getHost

public java.lang.String getHost()
Return the hostname of the SCM system

Returns:
String hostname of the SCM system

getLogfilePath

public java.lang.String getLogfilePath()
Returns the path to the logfile on the local disk

Returns:
String path to the logfile on the local disk

getLogin

public java.lang.String getLogin()
Returns the login of the user

Returns:
String login of the user

getModuleName

public java.lang.String getModuleName()
Returns the modulname of the software project

Returns:
String modulname of the software project

getName

public java.lang.String getName()
Returns the name of this access

Returns:
name of this access

getPassword

public java.lang.String getPassword()
Returns the password of the user

Returns:
String password of the user

getRepositoryRoot

public java.lang.String getRepositoryRoot()
Returns the root directory of the SCM system

Returns:
String root directory of the SCM system


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.