org.apache.tools.ant.taskdefs
public static class Javadoc.ExtensionInfo extends ProjectComponent
Method Summary | |
---|---|
Path | createPath()
Create an empty nested path to be configured by Ant with the
classpath for the extension.
|
String | getName()
Get the name of the extension.
|
Path | getPath()
Get the extension's path.
|
void | setName(String name)
Set the name of the extension
|
void | setPath(Path path)
Set the path to use when loading the component.
|
void | setPathRef(Reference r)
Adds a reference to a CLASSPATH defined elsewhere.
|
Returns: a new Path instance to be configured.
Returns: the extension's name.
Returns: the path to be used to load the extension.
May be null
Parameters: name the extension's name.
Parameters: path a Path instance containing the classpath to use.
Parameters: r the reference containing the path.