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 void
CheckstyleReportGenerator.doDetails
(CheckstyleResults results) private void
CheckstyleReportGenerator.doFilesSummary
(CheckstyleResults results) private void
CheckstyleReportGenerator.doRuleRow
(CheckstyleReportGenerator.ConfReference ref, CheckstyleResults results, String previousCategory) Create a summary for one Checkstyle rule.private void
CheckstyleReportGenerator.doRulesSummary
(CheckstyleResults results) Create the rules summary section of the report.private void
CheckstyleReportGenerator.doSeveritySummary
(CheckstyleResults results) private void
AbstractCheckstyleReport.generateMainReport
(CheckstyleResults results, ResourceBundle bundle) void
CheckstyleReportGenerator.generateReport
(CheckstyleResults results) private void
CheckstyleReportGenerator.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 TypeMethodDescriptionvoid
CheckstyleCheckerListener.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 TypeMethodDescriptionvoid
CheckstyleRssGenerator.generateRSS
(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest) void
DefaultCheckstyleRssGenerator.generateRSS
(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest)