net.dpml.tools.tasks
Class ReactorTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.dpml.tools.tasks.ReactorTask
public class ReactorTask
- extends Task
Resolves a sorted sequence of projects with a basedir equal to or
derived from the current ${basedir}.
- Version:
- 1.2.0
- Author:
- Digital Product Meta Library
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReactorTask
public ReactorTask()
setTarget
public void setTarget(String target)
- Set the target task name.
- Parameters:
target
- the target task
execute
public void execute()
- Execute the task.
- Overrides:
execute
in class Task