|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.taskdefs.Javadoc.ExtensionInfo
A project aware class used for Javadoc extensions which take a name and a path such as doclet and taglet arguments.
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
Javadoc.ExtensionInfo()
|
Method Summary | |
Path |
createPath()
Create an empty nested path to be configured by Ant with the classpath for the extension. |
java.lang.String |
getName()
Get the name of the extension. |
Path |
getPath()
Get the extension's path. |
void |
setName(java.lang.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. |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Javadoc.ExtensionInfo()
Method Detail |
public void setName(java.lang.String name)
name
- the extension's name.public java.lang.String getName()
public void setPath(Path path)
path
- a Path instance containing the classpath to use.public Path getPath()
null
public Path createPath()
public void setPathRef(Reference r)
r
- the reference containing the path.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |