Uses of Class
org.apache.maven.plugins.checkstyle.exec.CheckstyleResults
Packages that use CheckstyleResults
-
Uses of CheckstyleResults in org.apache.maven.plugins.checkstyle
Fields in org.apache.maven.plugins.checkstyle declared as CheckstyleResultsModifier and TypeFieldDescriptionprivate final CheckstyleResults
CheckstyleReportRenderer.results
Methods in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleResultsModifier and TypeMethodDescriptionprivate void
CheckstyleReportRenderer.renderRuleRow
(CheckstyleReportRenderer.ConfReference ref, CheckstyleResults results, String previousCategory) Create a summary for one Checkstyle rule.private void
CheckstyleReportRenderer.sortConfiguration
(List<CheckstyleReportRenderer.ConfReference> result, com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportRenderer.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent, CheckstyleResults results) CheckstyleReportRenderer.sortConfiguration
(CheckstyleResults results) Constructors in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleResultsModifierConstructorDescriptionCheckstyleReportRenderer
(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, Locale locale, org.apache.maven.project.MavenProject project, org.apache.maven.doxia.tools.SiteTool siteTool, String ruleset, String xrefLocation, String xrefTestLocation, List<File> testSourceDirectories, boolean enableRulesSummary, boolean enableSeveritySummary, boolean enableFilesSummary, 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)