Class

BuildPropelPEARPackageTask

class BuildPropelPEARPackageTask extends MatchingTask

Methods

init()

void main()

Main entry point.

array getFileSets()

Used by the PEARPackageFileManagerPhingFileSet lister.

FileSet createFileSet()

Nested creator, creates a FileSet for this task

void setVersion(string $v)

Set the version we are building.

void setState(string $v)

Set the state we are building.

void setNotes(string $v)

Sets release notes field.

void setDir(PhingFile $f)

Sets "dir" property from XML.

setDestFile(PhingFile $f)

Sets the file to use for generated package.xml

Details

at line 36
public init()

at line 80
public void main()

Main entry point.

Return Value

void

Exceptions

BuildException

at line 141
public array getFileSets()

Used by the PEARPackageFileManagerPhingFileSet lister.

Return Value

array FileSet[]

at line 155
public FileSet createFileSet()

Nested creator, creates a FileSet for this task

Return Value

FileSet The created fileset object

at line 169
public void setVersion(string $v)

Set the version we are building.

Parameters

string $v

Return Value

void

at line 181
public void setState(string $v)

Set the state we are building.

Parameters

string $v

Return Value

void

at line 193
public void setNotes(string $v)

Sets release notes field.

Parameters

string $v

Return Value

void

at line 205
public void setDir(PhingFile $f)

Sets "dir" property from XML.

Parameters

PhingFile $f

Return Value

void

at line 213
public setDestFile(PhingFile $f)

Sets the file to use for generated package.xml

Parameters

PhingFile $f