Package xdoclet

Class Summary

ConfigParameter Allows to set configuration parameters that will be included in the element as attribute value pair.
The following input

<configParam name="foo" value="bar"/>

will give

<foo>bar</foo>

ConfigParamIntrospector Used by DocletTask.
DocletContext
DocletSupport
DocletTask A base class for all Tasks.
GenerationManager Verify if the generation is needed for Java files and Xml files based templates.
SubTask An abstract base class for all sub-tasks.
TemplateSubTask Generic subtask for processing a user-supplied template.
TemplateSubTask.ExtentTypes
TemplateSubTask.OfType Applicable only to per class output generation.
XDocletException
XDocletFacade
XDocletFacadeTest
XDocletMain This class serves as an entry-point for starting XDoclet.
XDocletMessages All messages resource keys should be defined in a Messages class, per package, as constants.
XDocletTagSupport Derives from TemplateTagHandler and adds handy support methods for working with Javadoc Doclet classes.
XmlSubTask Generic subtask for processing a user-supplied template, to generate an XML document.