Constructor and Description |
---|
CvsPass(ScmLogger logger)
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.
|
public final void execute() throws ScmException, IOException
ScmException
- if something is missingIOException
- if something goes wrongpublic void setCvsroot(String cvsRoot)
cvsRoot
- the CVS repositorypublic void setPassfile(File passFile)
passFile
- the password file.public void setPassword(String password)
password
- the password.Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.