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