Verwendungen von Schnittstelle
org.jdrupes.mdoclet.internal.doclets.toolkit.PropertyWriter
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.
-
Verwendungen von PropertyWriter in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypKlasseBeschreibungclass
Writes property documentation in HTML format. -
Verwendungen von PropertyWriter in org.jdrupes.mdoclet.internal.doclets.toolkit
Modifizierer und TypMethodeBeschreibungWriterFactory.getPropertyWriter
(ClassWriter classWriter) Return the property writer for a given class, or null if this writer is not supported by the doclet. -
Verwendungen von PropertyWriter in org.jdrupes.mdoclet.internal.doclets.toolkit.builders
Modifizierer und TypMethodeBeschreibungPropertyBuilder.getWriter()
Return the property writer for this builder.Modifizierer und TypMethodeBeschreibungstatic PropertyBuilder
PropertyBuilder.getInstance
(AbstractBuilder.Context context, TypeElement typeElement, PropertyWriter writer) Construct a new PropertyBuilder.