Klasse AllClassesIndexWriter
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDocletWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.AllClassesIndexWriter
Generate the file with list of all the classes in this run.
- 
Feldübersicht
FelderVon 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
KonstruktorenKonstruktorBeschreibungAllClassesIndexWriter(HtmlConfiguration configuration, DocPath filename, IndexBuilder indexBuilder) Construct AllClassesIndexWriter object. - 
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidaddContents(Content target) Add all types to the content.protected voidaddTableRow(Table<TypeElement> table, TypeElement klass) Add table row.protected voidPrint all the classes in the file.static voidgenerate(HtmlConfiguration configuration, IndexBuilder indexBuilder) Create AllClassesIndexWriter 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 
- 
Felddetails
- 
indexBuilder
Index of all the classes. 
 - 
 - 
Konstruktordetails
- 
AllClassesIndexWriter
public AllClassesIndexWriter(HtmlConfiguration configuration, DocPath filename, IndexBuilder indexBuilder) Construct AllClassesIndexWriter object.Also initializes the indexBuilder variable in this class.
- Parameter:
 configuration- The current configurationfilename- Path to the file which is getting generated.indexBuilder- Unicode based Index fromIndexBuilder
 
 - 
 - 
Methodendetails
- 
generate
public static void generate(HtmlConfiguration configuration, IndexBuilder indexBuilder) throws DocFileIOException Create AllClassesIndexWriter object.- Parameter:
 configuration- The current configurationindexBuilder- IndexBuilder object for all classes index.- Löst aus:
 DocFileIOException
 - 
buildAllClassesFile
Print all the classes in the file.- Löst aus:
 DocFileIOException
 - 
addContents
Add all types to the content.- Parameter:
 target- the content to which the links will be added
 - 
addTableRow
Add table row.- Parameter:
 table- the table to which the row will be addedklass- the type to be added to the table
 
 -