org.apache.maven.scm.provider.cvslib.command.login
public class CvsPass extends java.lang.Object
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(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.
|
public CvsPass(ScmLogger logger)
public final void execute() throws ScmException, java.io.IOException
ScmException
- if something is missingjava.io.IOException
- if something goes wrongpublic 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.Copyright © 2003-2014. All Rights Reserved.