Top Interfaces Classes
[default module]

Package org.apache.tools.ant.dispatch


Interface Summary

Modifier and TypeInterface and Description
public interface
Dispatchable

Classes implementing this interface specify the name of the parameter that contains the name of the task's method to execute.

Class Summary

Modifier and TypeClass and Description
public abstract class
DispatchTask

Tasks extending this class may contain multiple actions.

public class
DispatchUtils

Determines and Executes the action method for the task.