Uses of Class
org.apache.maven.plugins.checkstyle.exec.CheckstyleResults
Packages that use CheckstyleResults
Package
Description
-
Uses of CheckstyleResults in org.apache.maven.plugins.checkstyle
Methods in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleResultsModifier and TypeMethodDescriptionprivate voidCheckstyleReportGenerator.doDetails(CheckstyleResults results) private voidCheckstyleReportGenerator.doFilesSummary(CheckstyleResults results) private voidCheckstyleReportGenerator.doRuleRow(CheckstyleReportGenerator.ConfReference ref, CheckstyleResults results, String previousCategory) Create a summary for one Checkstyle rule.private voidCheckstyleReportGenerator.doRulesSummary(CheckstyleResults results) Create the rules summary section of the report.private voidCheckstyleReportGenerator.doSeveritySummary(CheckstyleResults results) private voidAbstractCheckstyleReport.generateMainReport(CheckstyleResults results, ResourceBundle bundle) voidCheckstyleReportGenerator.generateReport(CheckstyleResults results) private voidCheckstyleReportGenerator.sortConfiguration(List<CheckstyleReportGenerator.ConfReference> result, com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent, CheckstyleResults results) CheckstyleReportGenerator.sortConfiguration(CheckstyleResults results) -
Uses of CheckstyleResults in org.apache.maven.plugins.checkstyle.exec
Fields in org.apache.maven.plugins.checkstyle.exec declared as CheckstyleResultsMethods in org.apache.maven.plugins.checkstyle.exec that return CheckstyleResultsModifier and TypeMethodDescriptionCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest request) DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest request) CheckstyleCheckerListener.getResults()Methods in org.apache.maven.plugins.checkstyle.exec with parameters of type CheckstyleResultsModifier and TypeMethodDescriptionvoidCheckstyleCheckerListener.setResults(CheckstyleResults results) -
Uses of CheckstyleResults in org.apache.maven.plugins.checkstyle.rss
Methods in org.apache.maven.plugins.checkstyle.rss with parameters of type CheckstyleResultsModifier and TypeMethodDescriptionvoidCheckstyleRssGenerator.generateRSS(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest) voidDefaultCheckstyleRssGenerator.generateRSS(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest)