Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.Gjdoc.ExtensionInfo
org.apache.tools.ant.taskdefs.Gjdoc.DocletInfo
public class Gjdoc.DocletInfo
extends Gjdoc.ExtensionInfo
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
description , location , project |
Method Summary | |
Gjdoc.DocletParam |
|
Enumeration |
|
Methods inherited from class org.apache.tools.ant.taskdefs.Gjdoc.ExtensionInfo | |
createPath , getName , getPath , setName , setPath , setPathRef |
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
clone , getDescription , getLocation , getProject , log , log , setDescription , setLocation , setProject |
public Gjdoc.DocletParam createParam()
Create a doclet parameter to be configured by Ant.
- Returns:
- a new DocletParam instance to be configured.
public Enumeration getParams()
Get the doclet's parameters.
- Returns:
- an Enumeration of DocletParam instances.