Klasse DeprecatedListWriter
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlDocletWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.SubWriterHolderWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.SummaryListWriter<DeprecatedAPIListBuilder>
org.jdrupes.mdoclet.internal.doclets.formats.html.DeprecatedListWriter
Generate File to list all the deprecated classes and class members with the
appropriate links.
-
Feldübersicht
Von Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.formats.html.SummaryListWriter
builder
Von Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.formats.html.SubWriterHolderWriter
bodyContents
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
KonstruktorBeschreibungDeprecatedListWriter
(HtmlConfiguration configuration, DocPath filename) Constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
addComments
(Element e, Content desc) Add summary text for the given element.protected void
addContentSelectors
(Content target) Subclasses allow the user to show or hide parts of the content in the page.protected void
addExtraIndexLink
(Content target) Add an extra optional index link.protected void
addExtraSection
(Content content) Add an extra optional section to the content.protected void
addTableTabs
(Table<Element> table, String headingKey) Allow subclasses to add extra tabs to the element tables.static void
generate
(HtmlConfiguration configuration) Get list of all the deprecated classes and members in all the Packages specified on the command line.protected HtmlStyle[]
Gets the array of styles to use for table columns.protected Content
getExtraContent
(Element element) Some subclasses of this class display an extra column in their element tables.protected Content
getTableCaption
(String headingKey) Returns the caption for the table with the given headingKey.protected TableHeader
getTableHeader
(String headerKey) Gets the table header to use for a table with the first column identified by headerKey.Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.formats.html.SummaryListWriter
addIndexLink, addSummaryAPI, generateSummaryListFile, getContentsList, getHeader, getHeadingKey, getSummaryLink
Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.formats.html.SubWriterHolderWriter
addAnnotationContent, addClassContent, addIndexComment, addIndexComment, addInheritedMemberSummary, addInheritedSummaryHeader, addSummary, addSummaryHeader, addSummaryLinkComment, addSummaryLinkComment, getContentHeader, getDetailsList, getDetailsListItem, getMember, getMember, getMemberDetailsContent, getMemberHeader, getMemberInherited, getMemberList, getMemberListItem, getMemberSummary, getSummariesList, getSummariesListItem
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
-
DeprecatedListWriter
Constructor.- Parameter:
configuration
- the configuration for this docletfilename
- the file to be generated
-
-
Methodendetails
-
generate
Get list of all the deprecated classes and members in all the Packages specified on the command line.Then instantiate DeprecatedListWriter and generate File.
- Parameter:
configuration
- the current configuration of the doclet.- Löst aus:
DocFileIOException
- if there is a problem writing the deprecated list
-
addContentSelectors
Beschreibung aus Klasse kopiert:SummaryListWriter
Subclasses allow the user to show or hide parts of the content in the page.This method should be used to add the UI to select the visible page content.
- Angegeben von:
addContentSelectors
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
target
- the content to which the UI should be added
-
addExtraSection
Beschreibung aus Klasse kopiert:SummaryListWriter
Add an extra optional section to the content.- Setzt außer Kraft:
addExtraSection
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
content
- the content to which the section should be added
-
addExtraIndexLink
Beschreibung aus Klasse kopiert:SummaryListWriter
Add an extra optional index link.- Setzt außer Kraft:
addExtraIndexLink
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
target
- the content to which the link should be added
-
addComments
Beschreibung aus Klasse kopiert:SummaryListWriter
Add summary text for the given element.- Setzt außer Kraft:
addComments
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
e
- the element for which the summary text should be addeddesc
- the content to which the text should be added
-
addTableTabs
Beschreibung aus Klasse kopiert:SummaryListWriter
Allow subclasses to add extra tabs to the element tables.- Angegeben von:
addTableTabs
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
table
- the element tableheadingKey
- the key for the caption (default tab)
-
getExtraContent
Beschreibung aus Klasse kopiert:SummaryListWriter
Some subclasses of this class display an extra column in their element tables.This methods allows them to return the content to show for element.
- Angegeben von:
getExtraContent
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
element
- the element- Gibt zurück:
- content for extra content or null
-
getTableHeader
Beschreibung aus Klasse kopiert:SummaryListWriter
Gets the table header to use for a table with the first column identified by headerKey.- Setzt außer Kraft:
getTableHeader
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
headerKey
- the header key for the first table column- Gibt zurück:
- the table header
-
getColumnStyles
Beschreibung aus Klasse kopiert:SummaryListWriter
Gets the array of styles to use for table columns.The length of the returned array must match the number of column headers returned by
SummaryListWriter.getTableHeader(String)
.- Setzt außer Kraft:
getColumnStyles
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Gibt zurück:
- the styles to use for table columns
-
getTableCaption
Beschreibung aus Klasse kopiert:SummaryListWriter
Returns the caption for the table with the given headingKey.- Setzt außer Kraft:
getTableCaption
in KlasseSummaryListWriter<DeprecatedAPIListBuilder>
- Parameter:
headingKey
- the key for the table heading- Gibt zurück:
- the table caption
-