Klasse HtmlDoclet
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.AbstractDoclet
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDoclet
- Alle implementierten Schnittstellen:
Doclet
The class with “start” method, calls individual Writers.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen jdk.javadoc.doclet.Doclet
Doclet.Option
-
Feldübersicht
Von Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.toolkit.AbstractDoclet
utils
-
Konstruktorübersicht
KonstruktorBeschreibungHtmlDoclet
(Doclet initiatingDoclet) Creates a doclet to generate HTML documentation, specifying the “initiating doclet” to be used when initializing any taglets for this doclet. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
generateClassFiles
(SortedSet<TypeElement> typeElems, ClassTree classTree) Generate the class documentation.void
generateClassFiles
(ClassTree classTree) Iterate through all classes and construct documentation for them.protected void
Generate the module documentation.protected void
generateOtherFiles
(ClassTree classTree) Start the generation of files.protected void
generatePackageFiles
(ClassTree classTree) Generate the package documentation.Create the configuration instance.getName()
Set
<? extends Doclet.Option> void
Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.AbstractDoclet
getSupportedSourceVersion, run
-
Konstruktordetails
-
HtmlDoclet
Creates a doclet to generate HTML documentation, specifying the “initiating doclet” to be used when initializing any taglets for this doclet.An initiating doclet is one that delegates to this doclet.
- Parameter:
initiatingDoclet
- the initiating doclet
-
-
Methodendetails
-
getName
-
init
-
getConfiguration
Create the configuration instance.Override this method to use a different configuration.
- Angegeben von:
getConfiguration
in KlasseAbstractDoclet
- Gibt zurück:
- the configuration
-
getResourceKeyMapper
- Setzt außer Kraft:
getResourceKeyMapper
in KlasseAbstractDoclet
-
generateClassFiles
Beschreibung aus Klasse kopiert:AbstractDoclet
Iterate through all classes and construct documentation for them.- Setzt außer Kraft:
generateClassFiles
in KlasseAbstractDoclet
- Parameter:
classTree
- the data structure representing the class tree- Löst aus:
DocletException
- if there is a problem while generating the documentation
-
generateOtherFiles
Start the generation of files.Call generate methods in the individual writers, which will in turn generate the documentation files. Call the TreeWriter generation first to ensure the Class Hierarchy is built first and then can be used in the later generation.
For new format.
- Setzt außer Kraft:
generateOtherFiles
in KlasseAbstractDoclet
- Parameter:
classTree
- the data structure representing the class tree- Löst aus:
DocletException
- if there is a problem while writing the other files
-
generateClassFiles
protected void generateClassFiles(SortedSet<TypeElement> typeElems, ClassTree classTree) throws DocletException Beschreibung aus Klasse kopiert:AbstractDoclet
Generate the class documentation.- Angegeben von:
generateClassFiles
in KlasseAbstractDoclet
- Parameter:
typeElems
- the set of types to be documentedclassTree
- the data structure representing the class tree- Löst aus:
DocletException
- if there is a problem while generating the documentation
-
generateModuleFiles
Beschreibung aus Klasse kopiert:AbstractDoclet
Generate the module documentation.- Angegeben von:
generateModuleFiles
in KlasseAbstractDoclet
- Löst aus:
DocletException
- if there is a problem while generating the documentation
-
generatePackageFiles
Beschreibung aus Klasse kopiert:AbstractDoclet
Generate the package documentation.- Angegeben von:
generatePackageFiles
in KlasseAbstractDoclet
- Parameter:
classTree
- the data structure representing the class tree- Löst aus:
DocletException
- if there is a problem while generating the documentation
-
getSupportedOptions
-