Class CvsPass
java.lang.Object
org.apache.maven.scm.provider.cvslib.command.login.CvsPass
Adds an new entry to a CVS password file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
execute()
Does the work.private String
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.
-
Field Details
-
cvsRoot
CVS Root -
passFile
Password file to add password to -
password
Password to add to file -
logger
-
shifts
private final char[] shiftsArray contain char conversion data
-
-
Constructor Details
-
CvsPass
Create a CVS task using the default cvspass file location.
-
-
Method Details
-
execute
Does the work.- Throws:
ScmException
- if something is missingIOException
- if something goes wrong
-
mangle
-
setCvsroot
The CVS repository to add an entry for.- Parameters:
cvsRoot
- the CVS repository
-
setPassfile
Password file to add the entry to.- Parameters:
passFile
- the password file.
-
setPassword
Password to be added to the password file.- Parameters:
password
- the password.
-