org.apache.tools.ant.taskdefs
Class Gjdoc.DocletInfo

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.taskdefs.Gjdoc.ExtensionInfo
          extended by org.apache.tools.ant.taskdefs.Gjdoc.DocletInfo
All Implemented Interfaces:
java.lang.Cloneable
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
description, location, project
 
Constructor Summary
Gjdoc.DocletInfo()
           
 
Method Summary
 Gjdoc.DocletParam createParam()
          Create a doclet parameter to be configured by Ant.
 java.util.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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gjdoc.DocletInfo

public Gjdoc.DocletInfo()
Method Detail

createParam

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

Returns:
a new DocletParam instance to be configured.

getParams

public java.util.Enumeration getParams()
Get the doclet's parameters.

Returns:
an Enumeration of DocletParam instances.