public class DispatchUtils
extends java.lang.Object
Constructor | Description |
---|---|
DispatchUtils() |
Modifier and Type | Method | 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.