Klasse AbstractOverviewIndexWriter
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDocletWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.AbstractOverviewIndexWriter
- Bekannte direkte Unterklassen:
ModuleIndexWriter
,PackageIndexWriter
Abstract class to generate the overview files.
-
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
KonstruktorBeschreibungAbstractOverviewIndexWriter
(HtmlConfiguration configuration, DocPath filename) Constructs the AbstractOverviewIndexWriter. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
addConfigurationTitle
(Content target) Adds the doctitle to the documentation, if it is specified on the command line.protected abstract void
Adds the index to the documentation.protected void
addOverviewComment
(Content content) Adds the overview comment as provided in the file specified by the “-overview” option on the command line.protected void
addOverviewHeader
(Content target) Adds the overview summary comment for this documentation.protected void
addOverviewTags
(Content content) Adds the block tags provided in the file specified by the “-overview” option.protected void
buildOverviewIndexFile
(String title, String description) Generate and prints the contents in the index file.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
-
Konstruktordetails
-
AbstractOverviewIndexWriter
Constructs the AbstractOverviewIndexWriter.- Parameter:
configuration
- The current configurationfilename
- Name of the module index file to be generated.
-
-
Methodendetails
-
addOverviewHeader
Adds the overview summary comment for this documentation.Add one line summary at the top of the page and generate a link to the description, which is added at the end of this page.
- Parameter:
target
- the content to which the overview header will be added
-
addOverviewComment
Adds the overview comment as provided in the file specified by the “-overview” option on the command line.- Parameter:
content
- the content to which the overview comment will be added
-
addOverviewTags
Adds the block tags provided in the file specified by the “-overview” option.- Parameter:
content
- the content to which the tags will be added
-
buildOverviewIndexFile
Generate and prints the contents in the index file.- Parameter:
title
- the title of the windowdescription
- the content for the description META tag- Löst aus:
DocFileIOException
- if there is a problem building the package index file
-
addIndex
Adds the index to the documentation.- Parameter:
target
- the content to which the packages/modules list will be added
-
addConfigurationTitle
Adds the doctitle to the documentation, if it is specified on the command line.- Parameter:
target
- the content to which the title will be added
-