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, setPathRefModifier and TypeMethodDescriptionCreate an empty nested path to be configured by Ant with the classpath for the extension.getName()Get the name of the extension.getPath()Get the extension's path.voidSet the name of the extensionvoidSet the path to use when loading the component.voidAdds a reference to a CLASSPATH defined elsewhere.Methods inherited from class ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectModifier and TypeMethodDescriptionclone()Returns the description of the current action.Returns the file/location where this task was defined.Returns the project to which this component belongs.voidLogs a message with the default (INFO) priority.voidLogs a message with the given priority.voidsetDescription(String desc) Sets a description of the current action.voidsetLocation(Location location) Sets the file/location where this task was defined.voidsetProject(Project project) Sets the project object of this component.
-
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.
-