Package org.apache.tools.ant.dispatch
Class 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 Description DispatchUtils()
-
Method Summary
Modifier and Type Method Description static void
execute(java.lang.Object task)
Determines and Executes the action method for the task.
-
Constructor Details
-
DispatchUtils
public DispatchUtils()
-
-
Method Details
-
execute
Determines and Executes the action method for the task.- Parameters:
task
- the task to execute.- Throws:
BuildException
- on error.
-