JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.ant" name="ant" rev="1.9.9" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.tools.ant.dispatch
Interface Dispatchable
All Known Implementing Classes:
DispatchTask
,
Symlink
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getActionParameterName
()
Get the name of the parameter.
Method Detail
getActionParameterName
String
getActionParameterName()
Get the name of the parameter.
Returns:
the name of the parameter that contains the name of the method.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.ant" name="ant" rev="1.9.9" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method