Package org.jdrupes.mdoclet.internal.doclets.toolkit
package org.jdrupes.mdoclet.internal.doclets.toolkit
Contains the base classes that make up a doclet.
Doclets that reuse the functionality provided by the toolkit should have the following characteristics:
-
KlasseBeschreibungAn abstract implementation of a Doclet.The interface for writing annotation type required member output.Configure the output based on the options.Storage for the format-independent options supported by the toolkit.An enum of policies for handling modularity mismatches in external documentation.The interface for writing class output.A utility class for handling documentation comments.Info about a doc comment: the position in the enclosing AST, and the parsed doc comment itself.The interface for writing constants summary output.The interface for writing constructor output.A content tree for javadoc output pages.This is a pseudo-element wrapper for doc-files html contents, essentially to associate the doc-files’ html documentation’s DocCommentTree to an element.The interface for copying doc-files to the output.Subkind enums that this element supports.Supertype for all checked doclet exceptions.The interface for writing enum constant output.The interface for writing field output.The interface for writing member summary output.Common behavior for writing members of a type.Provides standardized access to the diagnostic reporting facilities for a doclet.The interface for writing method output.The interface for writing module summary output.The interface for writing class output.This is a pseudo element wrapper for the overview element, essentially to associate overview documentation’s DocCommentTree to this element.The interface for writing package summary output.This class provides basic JavaFX property related utility methods.The interface for writing property output.Access to the localizable resources used by a doclet.The interface for writing serialized form output.A writer for the serialized form for a given field.Write the serialized form for a given field.A quarantine class to isolate all the workarounds and bridges to a locality.The interface for a factory creates writers.