Package org.schmant.task.template.jdk.javadoc

Common interfaces and implementations for Javadoc task implementations.

See:
          Description

Interface Summary
CustomDocletDecorator<T extends CustomDocletDecorator<T>> This is an interface that can be inherited by custom doclet interfaces.
JavadocTaskConfigurable<T extends JavadocTaskConfigurable<T>> Configuration options for the Javadoc tool
JavadocTaskDecorator Decorator for a Javadoc task.
StandardDocletDecorator<T extends StandardDocletDecorator<T>> A decorator for generating Javadoc documentation using the standard doclet.
 

Class Summary
AbstractCustomDocletDecorator<T extends AbstractCustomDocletDecorator<T>> Abstract base class for custom doclet decorators.
AbstractJavadocTask<T extends AbstractJavadocTask<T>> Abstract base class for Javadoc task implementations.
AbstractJavadocTaskFactory<T extends AbstractJavadocTaskFactory<T,U>,U extends AbstractJavadocTask<U>> Abstract base class for Javadoc task factories.
AbstractStandardDocletDecorator<T extends AbstractStandardDocletDecorator<T>> Abstract base class for StandardDocletDecorator implementations.
JavadocPackageGroup Information about a Javadoc package group.
JavadocTagDefinition Objects of this class contains the Javadoc tag configuration that is given with the -tag argument to the javadoc command.
 

Enum Summary
JavadocTagPlace This is an enumeration over all places where a Javadoc tag may occur.
JavadocVisibilityLevel Enumeration over the different visibility levels for the Javadoc documentation.
 

Package org.schmant.task.template.jdk.javadoc Description

Common interfaces and implementations for Javadoc task implementations.

Since:
0.5
Author:
Karl Gustafsson