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
KonstruktorenKonstruktorBeschreibungHtmlDoclet(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 voidgenerateClassFiles(SortedSet<TypeElement> typeElems, ClassTree classTree) Generate the class documentation.voidgenerateClassFiles(ClassTree classTree) Iterate through all classes and construct documentation for them.protected voidGenerate the module documentation.protected voidgenerateOtherFiles(ClassTree classTree) Start the generation of files.protected voidgeneratePackageFiles(ClassTree classTree) Generate the package documentation.Create the configuration instance.getName()Set<? extends Doclet.Option> voidVon 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:
 getConfigurationin KlasseAbstractDoclet- Gibt zurück:
 - the configuration
 
 - 
getResourceKeyMapper
- Setzt außer Kraft:
 getResourceKeyMapperin KlasseAbstractDoclet
 - 
generateClassFiles
Beschreibung aus Klasse kopiert:AbstractDocletIterate through all classes and construct documentation for them.- Setzt außer Kraft:
 generateClassFilesin 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:
 generateOtherFilesin 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:AbstractDocletGenerate the class documentation.- Angegeben von:
 generateClassFilesin 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:AbstractDocletGenerate the module documentation.- Angegeben von:
 generateModuleFilesin KlasseAbstractDoclet- Löst aus:
 DocletException- if there is a problem while generating the documentation
 - 
generatePackageFiles
Beschreibung aus Klasse kopiert:AbstractDocletGenerate the package documentation.- Angegeben von:
 generatePackageFilesin KlasseAbstractDoclet- Parameter:
 classTree- the data structure representing the class tree- Löst aus:
 DocletException- if there is a problem while generating the documentation
 - 
getSupportedOptions
 
 -