org.apache.tools.ant.taskdefs
Class CVSPass
- Cloneable
Adds an new entry to a CVS password file.
CVSPass() - Create a CVS task using the default cvspass file location.
|
void | execute() - Does the work.
|
void | setCvsroot(String cvsRoot) - The CVS repository to add an entry for.
|
void | setPassfile(File passFile) - Password file to add the entry to.
|
void | setPassword(String password) - Password to be added to the password file.
|
bindToOwner , execute , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , log , log , maybeConfigure , perform , reconfigure , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
CVSPass
public CVSPass()
Create a CVS task using the default cvspass file location.
setCvsroot
public void setCvsroot(String cvsRoot)
The CVS repository to add an entry for.
cvsRoot
- the CVS repository
setPassfile
public void setPassfile(File passFile)
Password file to add the entry to.
passFile
- the password file.
setPassword
public void setPassword(String password)
Password to be added to the password file.