org.apache.tools.ant.dispatch |
|
Java Source File Name | Type | Comment |
Dispatchable.java | Interface | Classes implementing this interface specify the
name of the parameter that contains the name
of the task's method to execute. |
DispatchTask.java | Class | Tasks extending this class may contain multiple actions. |
DispatchUtils.java | Class | Determines and Executes the action method for the task. |