classes/phing/tasks/system/CvsPassTask.php
Adds an new entry to a CVS password file.
Use {@link Project#createTask} to register a new Task.
- Extends from
- \Task
- author
- Hans Lellelid (Phing)
- author
- Jeff Martin (Ant)
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.system
- version
- $Revision: 526 $
Properties



$shifts= 'array'
staticArray contain char conversion data
Default valuearrayDetails
- Type
Methods



main(
)
:
finalDoes the work.
Details
- throws
- if someting goes wrong with the build



mangle(
$password
)
:
final"Encode" the password.
Parameters
| Name |
Type |
Description |
| $password |
|
|



setCvsroot(
string $cvsRoot
)
:
The CVS repository to add an entry for.
Parameters
| Name |
Type |
Description |
| $cvsRoot |
string |
|



setPassfile(
\PhingFile $passFile
)
:
Password file to add the entry to.
Parameters
| Name |
Type |
Description |
| $passFile |
\PhingFile |
|



setPassword(
string $password
)
:
Password to be added to the password file.
Parameters
| Name |
Type |
Description |
| $password |
string |
|