public class CVSPass extends Task
description, location, project
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(java.lang.String cvsRoot)
The CVS repository to add an entry for.
|
void |
setPassfile(java.io.File passFile)
Password file to add the entry to.
|
void |
setPassword(java.lang.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, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public CVSPass()
public final void execute() throws BuildException
execute
in class Task
BuildException
- if something goes wrong with the buildpublic void setCvsroot(java.lang.String cvsRoot)
cvsRoot
- the CVS repositorypublic void setPassfile(java.io.File passFile)
passFile
- the password file.public void setPassword(java.lang.String password)
password
- the password.