org.apache.tools.ant.taskdefs

Class Gjdoc.DocletInfo

Enclosing Class:
Gjdoc
Implemented Interfaces:
Cloneable

public class Gjdoc.DocletInfo
extends Gjdoc.ExtensionInfo

This class stores info about doclets.

Field Summary

Fields inherited from class org.apache.tools.ant.ProjectComponent

description, location, project

Method Summary

Gjdoc.DocletParam
createParam()
Create a doclet parameter to be configured by Ant.
Enumeration
getParams()
Get the doclet's parameters.

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

Method Details

createParam

public Gjdoc.DocletParam createParam()
Create a doclet parameter to be configured by Ant.
Returns:
a new DocletParam instance to be configured.

getParams

public Enumeration getParams()
Get the doclet's parameters.
Returns:
an Enumeration of DocletParam instances.