Package gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Contains the base classes that make up a doclet. Doclets that reuse
the functionality provided by the toolkit should have the following
characteristics:
-
The main driver class should extend
AbstractDoclet
. -
The doclet configuration class should extend
Configuration
. -
The doclet should have a writer factory that implements
WriterFactory
. This class constructs writers that write doclet specific output. -
The doclet should have a taglet writer that extends
TagletWriter
. This writer determines how to output each given tag.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Interface Summary Interface Description AnnotationTypeFieldWriter Deprecated. AnnotationTypeOptionalMemberWriter Deprecated. AnnotationTypeRequiredMemberWriter Deprecated. AnnotationTypeWriter Deprecated. ClassWriter Deprecated. ConstantsSummaryWriter Deprecated. ConstructorWriter Deprecated. EnumConstantWriter Deprecated. FieldWriter Deprecated. MemberSummaryWriter Deprecated. MethodWriter Deprecated. NestedClassWriter Deprecated. PackageSummaryWriter Deprecated. PropertyWriter Deprecated. SerializedFormWriter Deprecated. SerializedFormWriter.SerialFieldWriter Write the serialized form for a given field.SerializedFormWriter.SerialMethodWriter Write the serialized form for a given field.WriterFactory Deprecated. -
Class Summary Class Description AbstractDoclet Deprecated. Configuration Deprecated. Content Deprecated. -
Exception Summary Exception Description Configuration.Fault Exception used to report a problem during setOptions.