Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.toolkit.BaseConfiguration
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
Contains the base classes that make up a doclet.
This doclet-independent package has a set of classes and
interfaces that are the building blocks for doclets.
This package has classes used to generate output for Javadoc tags.
This package has utility classes that perform common services required
for API documentation generation.
-
Verwendungen von BaseConfiguration in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypKlasseBeschreibungclass
Configure the output based on the command-line options.Modifizierer und TypMethodeBeschreibungHtmlLinkInfo.getClassLinkLabel
(BaseConfiguration configuration) Return the label for this class link. -
Verwendungen von BaseConfiguration in org.jdrupes.mdoclet.internal.doclets.toolkit
Modifizierer und TypMethodeBeschreibungabstract BaseConfiguration
AbstractDoclet.getConfiguration()
Create the configuration instance and returns it.ModifiziererKonstruktorBeschreibungprotected
BaseOptions
(BaseConfiguration config) protected
CommentUtils
(BaseConfiguration configuration) Messages
(BaseConfiguration configuration, Resources resources) Creates a Messages object to provide standardized access to the doclet’s diagnostic reporting mechanisms.WorkArounds
(BaseConfiguration configuration) -
Verwendungen von BaseConfiguration in org.jdrupes.mdoclet.internal.doclets.toolkit.builders
Modifizierer und TypFeldBeschreibungprotected final BaseConfiguration
AbstractBuilder.configuration
The configuration used in this run of the doclet.ModifiziererKonstruktorBeschreibungBuilderFactory
(BaseConfiguration configuration) Construct a builder factory using the given configuration. -
Verwendungen von BaseConfiguration in org.jdrupes.mdoclet.internal.doclets.toolkit.taglets
Modifizierer und TypMethodeBeschreibungabstract BaseConfiguration
TagletWriter.configuration()
Returns an instance of the configuration used for this doclet.Modifizierer und TypMethodeBeschreibungInheritableTaglet.inherit
(Element owner, DocTree tag, boolean isFirstSentence, BaseConfiguration configuration) ParamTaglet.inherit
(Element owner, DocTree tag, boolean isFirstSentence, BaseConfiguration configuration) ReturnTaglet.inherit
(Element owner, DocTree tag, boolean isFirstSentence, BaseConfiguration configuration) SeeTaglet.inherit
(Element owner, DocTree tag, boolean isFirstSentence, BaseConfiguration configuration) SimpleTaglet.inherit
(Element owner, DocTree tag, boolean isFirstSentence, BaseConfiguration configuration) SpecTaglet.inherit
(Element owner, DocTree tag, boolean isFirstSentence, BaseConfiguration configuration) ThrowsTaglet.inherit
(Element owner, DocTree tag, boolean isFirstSentence, BaseConfiguration configuration) ModifiziererKonstruktorBeschreibungTagletManager
(BaseConfiguration configuration) Constructs a new TagletManager.ThrowsTaglet
(BaseConfiguration configuration) -
Verwendungen von BaseConfiguration in org.jdrupes.mdoclet.internal.doclets.toolkit.util
Modifizierer und TypFeldBeschreibungprotected BaseConfiguration
DocFileFactory.configuration
protected final BaseConfiguration
SummaryAPIListBuilder.configuration
final BaseConfiguration
Utils.configuration
Modifizierer und TypMethodeBeschreibungstatic DocFile
DocFile.createFileForDirectory
(BaseConfiguration configuration, String file) Create a DocFile for a directory.static DocFile
DocFile.createFileForInput
(BaseConfiguration configuration, String file) Create a DocFile for a file that will be opened for reading.static DocFile
DocFile.createFileForInput
(BaseConfiguration configuration, Path file) Create a DocFile for a file that will be opened for reading.static DocFile
DocFile.createFileForOutput
(BaseConfiguration configuration, DocPath path) Create a DocFile for a file that will be opened for writing.static void
ElementListWriter.generate
(BaseConfiguration configuration) Generate the element index.static DocFileFactory
DocFileFactory.getFactory
(BaseConfiguration configuration) Get the appropriate factory, based on the file manager given in the configuration.DocFile.list
(BaseConfiguration configuration, JavaFileManager.Location location, DocPath path) List the directories and files found in subdirectories along the elements of the given location.ModifiziererKonstruktorBeschreibungClassTree
(SortedSet<TypeElement> classesSet, BaseConfiguration configuration) Constructor.ClassTree
(BaseConfiguration configuration) Constructor.ClassUseMapper
(BaseConfiguration configuration, ClassTree classTree) CommentHelper
(BaseConfiguration configuration, Element element, TreePath path, DocCommentTree dcTree) Creates a utility class to encapsulate the contextual information for a doc comment tree.DeprecatedAPIListBuilder
(BaseConfiguration configuration, List<String> since) Constructor.protected
DocFileFactory
(BaseConfiguration configuration) ElementListWriter
(BaseConfiguration configuration) Constructor.Extern
(BaseConfiguration configuration) Group
(BaseConfiguration configuration) IndexBuilder
(BaseConfiguration configuration, boolean noDeprecated) Creates a new IndexBuilder.IndexBuilder
(BaseConfiguration configuration, boolean noDeprecated, boolean classesOnly) Creates a new IndexBuilder.MetaKeywords
(BaseConfiguration configuration) ConstructorNewAPIBuilder
(BaseConfiguration configuration, List<String> releases) PreviewAPIListBuilder
(BaseConfiguration configuration) Constructor.SummaryAPIListBuilder
(BaseConfiguration configuration, Predicate<Element> belongsToSummary) Constructor.TypeElementCatalog
(Iterable<TypeElement> typeElements, BaseConfiguration config) Construct a new TypeElementCatalog.TypeElementCatalog
(BaseConfiguration config) Construct a new TypeElementCatalog.VisibleMemberCache
(BaseConfiguration configuration) protected
VisibleMemberTable
(TypeElement typeElement, BaseConfiguration configuration, VisibleMemberCache mcache)