public interface TaskIntf
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Called by the project to let the task do its work.
|
IterativeTaskFile |
getFiles()
Returns the container managing the iterative file progression of this task.
|
AntLogger |
getLogger()
Returns the logger used by this task.
|
TaskConfiguration |
getTaskConfiguration()
Returns the top level task configuration of this sub task.
|
VariableMap |
getVariables()
Returns the variables used by this task.
|
void |
setFiles(IterativeTaskFile files)
Sets the configuration container managing the iterative file progression in between the encapsulated tasks and
sub tasks.
|
void |
setTaskConfiguration(TaskConfiguration taskConfiguration)
Passes the top level task configuration on to this sub task.
|
void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException - if something goes wrong with the build.void setFiles(IterativeTaskFile files)
files - The file container this task shall be using.IterativeTaskFile getFiles()
void setTaskConfiguration(TaskConfiguration taskConfiguration)
taskConfiguration - The task configuration of the top level webPDF task.TaskConfiguration getTaskConfiguration()
VariableMap getVariables()
AntLogger getLogger()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.