Klasse ModuleIndexWriter
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDocletWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.AbstractOverviewIndexWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.ModuleIndexWriter
Generate the module index page “index.html”.
-
Feldübersicht
Von Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDocletWriter
comparators, configuration, contents, docPaths, filename, htmlIds, links, mainBodyScript, messages, options, path, pathToRoot, resources, utils, winTitle
-
Konstruktorübersicht
KonstruktorBeschreibungModuleIndexWriter
(HtmlConfiguration configuration, DocPath filename) Construct the ModuleIndexWriter. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
Adds the list of modules.static void
generate
(HtmlConfiguration configuration) Generate the module index page.Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.formats.html.AbstractOverviewIndexWriter
addConfigurationTitle, addOverviewComment, addOverviewHeader, addOverviewTags, buildOverviewIndexFile
Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDocletWriter
addInlineComment, addInlineComment, addInlineDeprecatedComment, addPreQualifiedClassLink, addPreQualifiedClassLink, addPreQualifiedStrongClassLink, addPreviewComment, addPreviewInfo, addPreviewSummary, addSrcLink, addSummaryComment, addSummaryComment, addSummaryDeprecatedComment, addTagsInfo, commentTagsToContent, commentTagsToContent, commentTagsToContent, getAnnotations, getBlockTagOutput, getBlockTagOutput, getBody, getBodyStyle, getCrossClassLink, getCrossModuleLink, getCrossPackageLink, getCurrentPageElement, getDeprecatedPhrase, getDocLink, getDocLink, getDocLink, getDocLink, getDocLink, getEnclosingPackageName, getFooter, getHeader, getHeader, getLink, getLocalizedPackageName, getModuleLink, getModuleLink, getNavBar, getNavLinkToOverviewTree, getPackageLabel, getPackageLink, getPackageLink, getPackageTableHeader, getPreQualifiedClassLink, getQualifiedClassLink, getTagletWriterInstance, getTagletWriterInstance, getTypeParameterLinks, getWindowTitle, hasSerializationOverviewTags, invalidTagOutput, pathString, pathString, printHtmlDocument, printHtmlDocument, printHtmlDocument, replaceDocRootDir, resolveExternalSpecURI
-
Felddetails
-
modules
Modules to be documented.
-
-
Konstruktordetails
-
ModuleIndexWriter
Construct the ModuleIndexWriter.- Parameter:
configuration
- the configuration objectfilename
- the name of the generated file
-
-
Methodendetails
-
generate
Generate the module index page.- Parameter:
configuration
- the current configuration of the doclet.- Löst aus:
DocFileIOException
- if there is a problem generating the module index page
-
addIndex
Adds the list of modules.- Angegeben von:
addIndex
in KlasseAbstractOverviewIndexWriter
- Parameter:
target
- the content to which the modules list will be added
-