org.apache.tools.ant.taskdefs
Class CVSPass
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.
|
execute , getDescription , getLocation , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , maybeConfigure , perform , reconfigure , setDescription , setLocation , 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.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.