Uses of Class
org.apache.maven.plugins.checkstyle.exec.CheckstyleResults
-
Packages that use CheckstyleResults Package Description org.apache.maven.plugins.checkstyle org.apache.maven.plugins.checkstyle.exec org.apache.maven.plugins.checkstyle.rss -
-
Uses of CheckstyleResults in org.apache.maven.plugins.checkstyle
Methods in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleResults Modifier and Type Method Description private voidCheckstyleReportGenerator. doDetails(CheckstyleResults results)private voidCheckstyleReportGenerator. doFilesSummary(CheckstyleResults results)private voidCheckstyleReportGenerator. doRuleRow(CheckstyleReportGenerator.ConfReference ref, CheckstyleResults results, java.lang.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, java.util.ResourceBundle bundle)voidCheckstyleReportGenerator. generateReport(CheckstyleResults results)private voidCheckstyleReportGenerator. sortConfiguration(java.util.List<CheckstyleReportGenerator.ConfReference> result, com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent, CheckstyleResults results)java.util.List<CheckstyleReportGenerator.ConfReference>CheckstyleReportGenerator. sortConfiguration(CheckstyleResults results) -
Uses of CheckstyleResults in org.apache.maven.plugins.checkstyle.exec
Fields in org.apache.maven.plugins.checkstyle.exec declared as CheckstyleResults Modifier and Type Field Description private CheckstyleResultsCheckstyleCheckerListener. resultsMethods in org.apache.maven.plugins.checkstyle.exec that return CheckstyleResults Modifier and Type Method Description CheckstyleResultsCheckstyleExecutor. executeCheckstyle(CheckstyleExecutorRequest request)CheckstyleResultsDefaultCheckstyleExecutor. executeCheckstyle(CheckstyleExecutorRequest request)CheckstyleResultsCheckstyleCheckerListener. getResults()Methods in org.apache.maven.plugins.checkstyle.exec with parameters of type CheckstyleResults Modifier and Type Method Description voidCheckstyleCheckerListener. 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 CheckstyleResults Modifier and Type Method Description voidCheckstyleRssGenerator. generateRSS(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest)voidDefaultCheckstyleRssGenerator. generateRSS(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest)
-