Uses of Record Class
com.puppycrawl.tools.checkstyle.site.TocMacro.TocContext
Packages that use TocMacro.TocContext
Package
Description
Contains classes for generating the Checkstyle website.
-
Uses of TocMacro.TocContext in com.puppycrawl.tools.checkstyle.site
Methods in com.puppycrawl.tools.checkstyle.site with parameters of type TocMacro.TocContextModifier and TypeMethodDescriptionTocMacro.derivePropertyTitle(String examplePath, TocMacro.TocContext context) Reads an example's referenced source file and finds the first property whose value differs from its documented default, skippingtokens.private static voidTocMacro.writeNestedItems(org.apache.maven.doxia.sink.Sink sink, String sectionBody, TocMacro.TocContext context) Writes nested<li>entries for each Example/UseCase found within a subsection's body text, titled by property=value when possible, falling back to a shortened descriptive sentence.private static voidTocMacro.writeSectionEntry(org.apache.maven.doxia.sink.Sink sink, String section, TocMacro.TocContext context) Writes a single top-level<li>, with nested Example/UseCase entries when the section is Examples or Use Cases.