org.apache.tools.ant.taskdefs

Class Javadoc.DocletInfo

Enclosing Class:
Javadoc

public class Javadoc.DocletInfo
extends Javadoc.ExtensionInfo

This class stores info about doclets.

Field Summary

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

project

Method Summary

Javadoc.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.Javadoc.ExtensionInfo

createPath, getName, getPath, setName, setPath, setPathRef

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

getProject, log, log, setProject

Method Details

createParam

public Javadoc.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.

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.