Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.dispatch.DispatchUtils
public class DispatchUtils
extends java.lang.Object
Method Summary | |
static void |
|
public static final void execute(Object task) throws BuildException
Determines and Executes the action method for the task.
- Parameters:
task
- the task to execute.
- Throws:
BuildException
- on error.