FileDocCategorySizeDatePackage
Dispatchable.javaAPI DocApache Ant 1.701204Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant.dispatch

Dispatchable

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetActionParameterName()
Get the name of the parameter.

return
the name of the parameter that contains the name of the method.