Package com.sun.tools.doclets.internal.toolkit.builders

This doclet-independent package has a set of classes and interfaces that are the building blocks for doclets.

See:
          Description

Class Summary
AbstractBuilder The superclass for all builders.
AbstractMemberBuilder The superclass for all member builders.
AnnotationTypeBuilder Builds the summary for a given annotation type.
AnnotationTypeOptionalMemberBuilder Builds documentation for optional annotation type members.
AnnotationTypeRequiredMemberBuilder Builds documentation for required annotation type members.
BuilderFactory The factory for constructing builders.
ClassBuilder Builds the summary for a given class.
ConstantsSummaryBuilder Builds the Constants Summary Page.
ConstructorBuilder Builds documentation for a constructor.
EnumConstantBuilder Builds documentation for a enum constants.
FieldBuilder Builds documentation for a field.
LayoutParser Parse the XML that specified the order of operation for the builders.
MemberSummaryBuilder Builds the member summary.
MethodBuilder Builds documentation for a method.
PackageSummaryBuilder Builds the summary for a given package.
SerializedFormBuilder Builds the serialized form.
 

Package com.sun.tools.doclets.internal.toolkit.builders Description

This doclet-independent package has a set of classes and interfaces that are the building blocks for doclets. They define the basic structure of doclets and make doclet writing much easier because they provide the content generation code to be shared among different doclets. Builders only provide the structure and content of API documentation. They will not provide any style markup.

This code is not part of an API. It is implementation that is subject to change. Do not use it as an API.