Top Description Constructors Methods
org.apache.tools.ant.dispatch

public Class DispatchUtils

extends Object
Class Inheritance
Imports
java.lang.reflect.InvocationTargetException, .Method, org.apache.tools.ant.BuildException, .Task, .UnknownElement

Determines and Executes the action method for the task.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static final void
execute(Object
the task to execute.
task
)

Determines and Executes the action method for the task.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

DispatchUtilsback to summary
public DispatchUtils()

Method Detail

executeback to summary
public static final void execute(Object task) throws BuildException

Determines and Executes the action method for the task.

Parameters
task:Object

the task to execute.

Exceptions
BuildException:
on error.