Package org.apache.tools.ant.dispatch
Interface Dispatchable
- 
- All Known Implementing Classes:
- DispatchTask,- Symlink
 
 public interface DispatchableClasses implementing this interface specify the name of the parameter that contains the name of the task's method to execute.
- 
- 
Method SummaryModifier and Type Method Description java.lang.StringgetActionParameterName()Get the name of the parameter.
 
-