org.apache.tools.ant.dispatch

Class DispatchUtils

public class DispatchUtils extends Object

Determines and Executes the action method for the task.
Method Summary
static voidexecute(Object task)
Determines and Executes the action method for the task.

Method Detail

execute

public static final void execute(Object task)
Determines and Executes the action method for the task.

Parameters: task the task to execute.

Throws: BuildException on error.