public static class Javadoc.ExtensionInfo extends ProjectComponent
| Constructor and Description | 
|---|
| ExtensionInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic Path createPath()
public String getName()
public Path getPath()
nullpublic void setName(String name)
name - the extension's name.public void setPath(Path path)
path - a Path instance containing the classpath to use.public void setPathRef(Reference r)
r - the reference containing the path.