Package org.apache.tools.ant.dispatch
Class DispatchUtils
- java.lang.Object
- 
- org.apache.tools.ant.dispatch.DispatchUtils
 
- 
 public class DispatchUtils extends java.lang.ObjectDetermines and Executes the action method for the task.
- 
- 
Constructor SummaryConstructors Constructor Description DispatchUtils()
 - 
Method SummaryModifier and Type Method Description static voidexecute(java.lang.Object task)Determines and Executes the action method for the task.
 
- 
- 
- 
Method Detail- 
executepublic 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.
 
 
- 
 
-