See {@link http://phk.tekwire.net/} for more information about PHK.
Use \Project#createTask to register a new Task.
author |
Alexey Shockov alexey@shockov.com |
---|---|
package |
phing.tasks.ext.phk |
getDescription() : string
string
The text description of the task
getLocation() : \Location
getOwningTarget() : \Target
getProject() : \Project
getRegisterSlot(string $slotName) : \RegisterSlot
getRuntimeConfigurableWrapper() : \RuntimeConfigurable
getTaskName() : string
string
Name of this task
getTaskType() : string
string
The type of this task (XML Tag)
init()
Should throw a BuildException if something goes wrong with the build
This is abstract here, but may not be overloaded by subclasses.
throws | |
---|---|
log(string $msg, integer $level = \Project::MSG_INFO) : void
string
The message to be logged.
integer
The message's priority at this message should have
main()
Should throw a BuildException if someting goes wrong with the build
This is abstract here. Must be overloaded by real tasks.
maybeConfigure()
perform()
throws | |
---|---|
setCliRunScript(string $cliRunScript)
string
setCompress(string $compress)
string
setCrcCheck(string $crcCheck)
string
setDescription(string $desc)
string
The text describing the task
setInputDirectory(string $inputDirectory)
string
setLibRunScript(string $libRunScript)
string
setLocation(\Location $location)
setName(string $name)
string
setOutputFile(string $outputFile)
string
setOwningTarget(\Target $target)
setPhkCreatorPath(\srting $path)
\srting
setPluginClass(string $pluginClass)
string
setProject(\Project $project) : void
setRuntimeConfigurableWrapper(\RuntimeConfigurable $wrapper)
setStrip(\srting $strip)
\srting
setSummary(string $summary)
string
setTaskName(string $name) : string
string
string
A string representing the name of this task for log
setTaskType( $name)
setVersion(string $version)
string
setWebMainRedirect(string $webMainRedirect)
string
setWebRunScript(string $webRunScript)
string
outputFile : string
var |
---|
string
inputDirectory : string
var |
---|
string
phkCreatorPath : string
var |
---|
string
modifiers : array
var |
---|
array
description : string
var |
---|
string
taskType : string
var |
---|
string
taskName : string
var |
---|
string
project : \Project