net.dpml.tools.tasks
Class ReactorTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by 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.1.3
Author:
Digital Product Meta Library

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
ReactorTask()
           
 
Method Summary
 void execute()
          Execute the task.
 void setTarget(String target)
          Set the target task name.
 
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 org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReactorTask

public ReactorTask()
Method Detail

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