org.apache.tools.ant.dispatch

Interface 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.
Method Summary
StringgetActionParameterName()
Get the name of the parameter.

Method Detail

getActionParameterName

public String getActionParameterName()
Get the name of the parameter.

Returns: the name of the parameter that contains the name of the method.