tasks/system/CvsPassTask.php
\CVSPassTask
Package: phing\tasks\system
Adds an new entry to a CVS password file.
- Parent(s)
- \Task < \ProjectComponent
- Author
- Hans Lellelid
(Phing) - Author
- Jeff Martin
(Ant) - Version
- $Revision: 526 $
Properties
Methods

main(
)
:
void
final
Does the work.
Throws
| Exception | Description |
|---|---|
| \BuildException | if someting goes wrong with the build |

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

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

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