Class Javadoc.DocletInfo
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.Javadoc.ExtensionInfo
org.apache.tools.ant.taskdefs.Javadoc.DocletInfo
- All Implemented Interfaces:
Cloneable
- Enclosing class:
Javadoc
This class stores info about doclets.
- Since:
- Ant 1.1
-
Field Summary
Fields inherited from class ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a doclet parameter to be configured by Ant.Get the doclet's parameters.Methods inherited from class Javadoc.ExtensionInfo
createPath, getName, getPath, setName, setPath, setPathRefMethods inherited from class ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
DocletInfo
public DocletInfo()
-
-
Method Details
-
createParam
Create a doclet parameter to be configured by Ant.- Returns:
- a new DocletParam instance to be configured.
-
getParams
Get the doclet's parameters.- Returns:
- an Enumeration of DocletParam instances.
-