org.apache.tools.ant.dispatchClass DispatchUtils
- java.lang.Object
- org.apache.tools.ant.dispatch.DispatchUtils
public class DispatchUtils extends java.lang.Object
Determines and Executes the action method for the task.
Constructor Summary
Constructors Constructor and Description DispatchUtils()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static void
execute(java.lang.Object task)
Determines and Executes the action method for the task.
Method Detail
execute
public static final void execute(java.lang.Object task) throws BuildExceptionDetermines and Executes the action method for the task.
- Parameters:
task
- the task to execute.- Throws:
BuildException
- on error.