|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.figure8.join.services.vcs.AbstractVCSAccessor
public abstract class AbstractVCSAccessor
Support implementation of VCSAccessor.
Field Summary | |
---|---|
protected java.lang.String |
module
VCS module to connect to |
protected java.lang.String |
password
Password for connecting to VCS |
protected java.lang.String |
protocol
Protocol used for connection |
protected java.lang.String |
rootRepository
VCS remote root repository to connect |
protected java.lang.String |
user
User for connecting to VCS |
Constructor Summary | |
---|---|
AbstractVCSAccessor()
|
Method Summary | |
---|---|
protected org.apache.tools.ant.taskdefs.ExecuteStreamHandler |
getExecuteStreamHandler()
This method is useful for extensions that want to use the Jakarta Ant command line interface for native executables. |
java.lang.String |
getModule()
Module of version and configuration management system used by this accessor |
java.lang.String |
getPassword()
|
java.lang.String |
getProtocol()
|
java.lang.String |
getRootRepository()
The root remote repository path of VCS. |
java.lang.String |
getUser()
|
void |
setModule(java.lang.String module)
Set the VCS module to used. |
void |
setPassword(java.lang.String password)
|
void |
setProtocol(java.lang.String protocol)
|
void |
setRootRepository(java.lang.String repository)
Check getRootRepository() comments for details. |
void |
setUser(java.lang.String user)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.figure8.join.services.vcs.VCSAccessor |
---|
checkout, login, logout |
Field Detail |
---|
protected java.lang.String user
protected java.lang.String password
protected java.lang.String module
protected java.lang.String protocol
protected java.lang.String rootRepository
Constructor Detail |
---|
public AbstractVCSAccessor()
Method Detail |
---|
public java.lang.String getUser()
getUser
in interface VCSAccessor
public void setUser(java.lang.String user)
setUser
in interface VCSAccessor
user
- The user for connecting to VCS implementationpublic java.lang.String getPassword()
getPassword
in interface VCSAccessor
public void setPassword(java.lang.String password)
setPassword
in interface VCSAccessor
password
- The password for uer who is connecting to VCSpublic java.lang.String getModule()
getModule
in interface VCSAccessor
public void setModule(java.lang.String module)
setModule
in interface VCSAccessor
module
- Module of VCS used by this accessorpublic java.lang.String getProtocol()
getProtocol
in interface VCSAccessor
public void setProtocol(java.lang.String protocol)
setProtocol
in interface VCSAccessor
protocol
- The protocole used for connecting VCSpublic java.lang.String getRootRepository()
getRootRepository
in interface VCSAccessor
public void setRootRepository(java.lang.String repository)
getRootRepository()
comments for details.
setRootRepository
in interface VCSAccessor
repository
- The VCS remote repository pathprotected org.apache.tools.ant.taskdefs.ExecuteStreamHandler getExecuteStreamHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |