| Constructor and Description |
|---|
CVSPass()
Create a CVS task using the default cvspass file location.
|
| Modifier and Type | Method and Description |
|---|---|
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, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic CVSPass()
public final void execute()
throws BuildException
execute in class TaskBuildException - if something goes wrong with the buildpublic void setCvsroot(String cvsRoot)
cvsRoot - the CVS repositorypublic void setPassfile(File passFile)
passFile - the password file.public void setPassword(String password)
password - the password.