| Constructor and Description |
|---|
GroupTask()
A Group Task shall be able to contain individual operations, that are bundled to one sequential groups, defining
common rules and resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.tools.ant.UnknownElement task)
This method shall define special handling for unknown sub elements.
|
void |
add(Variable variable)
Adds a variable to the group context.
|
void |
addTask(org.apache.tools.ant.Task task)
Method to add sub elements to this task.
|
void |
execute()
Central method to execute a task and all it's sub tasks.
|
getFiles, getLogger, getTaskConfiguration, getVariables, setFiles, setTaskConfigurationbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic GroupTask()
public void execute()
public void addTask(org.apache.tools.ant.Task task)
addTask in interface org.apache.tools.ant.TaskContainertask - The sub task, that shall be added.public final void add(org.apache.tools.ant.UnknownElement task)
It is not expected to use this method actively, as it is specifically defined for the access by ANT.
public final void add(Variable variable)
variable - The variable, that shall be added.Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.