org.apache.maven.scm.provider.cvslib.command.login
public class CvsPass extends Object
Version: $Id: CvsPass.java 381987 2006-03-01 11:16:02Z evenisse $
UNKNOWN: Update this class for support password storage in cvsnt. CVSNT use the windows registry, so, we need a jni tool for access to the windows registry
Constructor Summary | |
---|---|
CvsPass(ScmLogger logger)
Create a CVS task using the default cvspass file location. |
Method Summary | |
---|---|
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.
|
Throws: ScmException if something is missing IOException if something goes wrong
Parameters: cvsRoot the CVS repository
Parameters: passFile the password file.
Parameters: password the password.