public class DispatchUtils
extends java.lang.Object
| Constructor and Description | 
|---|
| DispatchUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | execute(java.lang.Object task)Determines and Executes the action method for the task. | 
public static final void execute(java.lang.Object task)
                          throws BuildException
task - the task to execute.BuildException - on error.