tasks/system/CvsPassTask.php

Show: inherited
Table of Contents

\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

Propertyprivate  $cvsRoot= ''

CVS Root

Details
Type
n/a
Propertyprivate  $passFile= ''

Password file to add password to

Details
Type
n/a
Propertyprivate  $password= ''

Password to add to file

Details
Type
n/a
Propertyprivate  $shifts= 'array( 0'
static

Array contain char conversion data

Default valuearray( 0Details
Type
n/a

Methods

methodpublic__construct( ) : void

Create a CVS task using the default cvspass file location.

methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void
final

Does the work.

Throws
Exception Description
\BuildException if someting goes wrong with the build
methodprivatemangle(  $password ) : void
final

"Encode" the password.

Parameters
Name Type Description
$password
methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetCvsroot( string $cvsRoot ) : void

The CVS repository to add an entry for.

Parameters
Name Type Description
$cvsRoot string
methodpublicsetDescription( ) : void

methodpublicsetLocation( ) : void

methodpublicsetOwningTarget( ) : void

methodpublicsetPassfile( \PhingFile $passFile ) : void

Password file to add the entry to.

Parameters
Name Type Description
$passFile \PhingFile
methodpublicsetPassword( string $password ) : void

Password to be added to the password file.

Parameters
Name Type Description
$password string
methodpublicsetProject( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

Documentation was generated by DocBlox 0.17.1.