Uses of Class
com.puppycrawl.tools.checkstyle.site.AllCheckSummaries.CheckInfo
Packages that use AllCheckSummaries.CheckInfo
Package
Description
Contains classes for generating the Checkstyle website.
-
Uses of AllCheckSummaries.CheckInfo in com.puppycrawl.tools.checkstyle.site
Methods in com.puppycrawl.tools.checkstyle.site with parameters of type AllCheckSummaries.CheckInfoModifier and TypeMethodDescriptionprivate static StringAllCheckSummaries.buildTableRow(AllCheckSummaries.CheckInfo info) Builds a single table row for a check module.Method parameters in com.puppycrawl.tools.checkstyle.site with type arguments of type AllCheckSummaries.CheckInfoModifier and TypeMethodDescriptionprivate static voidAllCheckSummaries.addCheckInfo(Map<String, AllCheckSummaries.CheckInfo> infos, String simpleName, String href, String summary, boolean isHolder) Adds a newAllCheckSummaries.CheckInforecord to the provided map.private static voidAllCheckSummaries.appendRows(Map<String, AllCheckSummaries.CheckInfo> infos, StringBuilder normalRows, StringBuilder holderRows) Iterates over collected check info entries and appends corresponding rows.private static voidAllCheckSummaries.buildTableRows(Map<String, AllCheckSummaries.CheckInfo> infos, StringBuilder normalRows, StringBuilder holderRows) Builds HTML rows for both normal and holder check modules.private static voidAllCheckSummaries.processCheckFile(Path path, Map<String, AllCheckSummaries.CheckInfo> infos, Map<String, String> xmlHrefMap) Processes a single check class file and extracts metadata.private static voidAllCheckSummaries.processCheckFiles(Map<String, AllCheckSummaries.CheckInfo> infos, Map<String, String> xmlHrefMap) Scans Java sources and populates info map with modules having Javadoc.