org.apache.tools.ant.taskdefs

Class Gjdoc.DocletInfo

Enclosing Class:
Gjdoc

public class Gjdoc.DocletInfo
extends Gjdoc.ExtensionInfo

This class stores info about doclets.

Field Summary

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

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

getProject, log, log, 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.

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