org.apache.tools.ant.dispatch
public abstract class DispatchTask extends Task implements Dispatchable
Method Summary | |
---|---|
String | getAction()
Get the action. |
String | getActionParameterName()
Get the action parameter name. |
void | setAction(String action)
Set the action. |
Returns: the action.
Returns: the String
"action" by default (can be overridden).
Parameters: action the method name.