Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.toolkit.util.Utils
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 utility classes that perform common services required
for API documentation generation.
-
Verwendungen von Utils in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypFeldBeschreibungprotected final Utils
AbstractMemberWriter.utils
protected final Utils
HtmlDocletWriter.utils
Modifizierer und TypMethodeBeschreibungstatic HtmlId
SourceToHTMLConverter.getAnchorName
(Utils utils, Element e) Given an element, return an anchor name for it. -
Verwendungen von Utils in org.jdrupes.mdoclet.internal.doclets.toolkit
-
Verwendungen von Utils in org.jdrupes.mdoclet.internal.doclets.toolkit.builders
Modifizierer und TypMethodeBeschreibungstatic boolean
SerializedFormBuilder.serialInclude
(Utils utils, Element element) Returns true if the given Element should be included in the serialized form. -
Verwendungen von Utils in org.jdrupes.mdoclet.internal.doclets.toolkit.util
Modifizierer und TypMethodeBeschreibungIndexItem.getFullyQualifiedLabel
(Utils utils) Returns the label with a fully-qualified type name.static IndexItem
IndexItem.of
(ModuleElement moduleElement, Utils utils) Creates an index item for a module element.static IndexItem
IndexItem.of
(PackageElement packageElement, Utils utils) Creates an index item for a package element.static IndexItem
IndexItem.of
(TypeElement typeElement, Element member, Utils utils) Creates an index item for a member element.static IndexItem
IndexItem.of
(TypeElement typeElement, Utils utils) Creates an index item for a type element.