org.apache.tools.ant.dispatch
public class DispatchUtils extends Object
Method Summary | |
---|---|
static void | execute(Object task)
Determines and Executes the action method for the task. |
Parameters: task the task to execute.
Throws: BuildException on error.