class BuildPropelGenPEARPackageTask extends MatchingTask
Methods
init() | ||
void |
main()
Main entry point. |
|
array |
getFileSets()
Used by the PEAR_PackageFileManager_PhingFileSet 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 55
public
init()
at line 113
public void
main()
Main entry point.
at line 192
public array
getFileSets()
Used by the PEAR_PackageFileManager_PhingFileSet lister.
at line 206
public FileSet
createFileSet()
Nested creator, creates a FileSet for this task
at line 217
public void
setVersion(string $v)
Set the version we are building.
at line 227
public void
setState(string $v)
Set the state we are building.
at line 237
public void
setNotes(string $v)
Sets release notes field.
at line 246
public void
setDir(PhingFile $f)
Sets "dir" property from XML.
at line 254
public
setDestFile(PhingFile $f)
Sets the file to use for generated package.xml