| |
|
| org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.CVSPass
CVSPass | public class CVSPass extends Task (Code) | | Adds an new entry to a CVS password file.
since: Ant 1.4 |
Constructor Summary | |
public | CVSPass() Create a CVS task using the default cvspass file location. |
Method Summary | |
final public void | execute() Does the work. | public void | setCvsroot(String cvsRoot) The CVS repository to add an entry for. | public void | setPassfile(File passFile) Password file to add the entry to. | public void | setPassword(String password) Password to be added to the password file. |
CVSPass | public CVSPass()(Code) | | Create a CVS task using the default cvspass file location.
|
setCvsroot | public void setCvsroot(String cvsRoot)(Code) | | The CVS repository to add an entry for.
Parameters: cvsRoot - the CVS repository |
setPassfile | public void setPassfile(File passFile)(Code) | | Password file to add the entry to.
Parameters: passFile - the password file. |
setPassword | public void setPassword(String password)(Code) | | Password to be added to the password file.
Parameters: password - the password. |
|
|
|