Klasse AllPackagesIndexWriter
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDocletWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.AllPackagesIndexWriter
Generate the file with list of all the packages in this run.
-
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
KonstruktorBeschreibungAllPackagesIndexWriter
(HtmlConfiguration configuration, DocPath filename) Construct AllPackagesIndexWriter object. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
addPackages
(Content target) Add all the packages to the content.protected void
Print all the packages in the file.static void
generate
(HtmlConfiguration configuration) Create AllPackagesIndexWriter object.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
-
AllPackagesIndexWriter
Construct AllPackagesIndexWriter object.- Parameter:
configuration
- The current configurationfilename
- Path to the file which is getting generated.
-
-
Methodendetails
-
generate
Create AllPackagesIndexWriter object.- Parameter:
configuration
- The current configuration- Löst aus:
DocFileIOException
-
buildAllPackagesFile
Print all the packages in the file.- Löst aus:
DocFileIOException
-
addPackages
Add all the packages to the content.- Parameter:
target
- the content to which the links will be added
-