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 -
-
Uses of CheckstyleResults in org.apache.maven.plugins.checkstyle
Fields in org.apache.maven.plugins.checkstyle declared as CheckstyleResults Modifier and Type Field Description private CheckstyleResults
CheckstyleReportRenderer. results
Methods in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleResults Modifier and Type Method Description private void
CheckstyleReportRenderer. renderRuleRow(CheckstyleReportRenderer.ConfReference ref, CheckstyleResults results, java.lang.String previousCategory)
Create a summary for one Checkstyle rule.private void
CheckstyleReportRenderer. sortConfiguration(java.util.List<CheckstyleReportRenderer.ConfReference> result, com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportRenderer.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent, CheckstyleResults results)
java.util.List<CheckstyleReportRenderer.ConfReference>
CheckstyleReportRenderer. sortConfiguration(CheckstyleResults results)
Constructors in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleResults Constructor Description CheckstyleReportRenderer(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, java.util.Locale locale, org.apache.maven.project.MavenProject project, org.apache.maven.doxia.tools.SiteTool siteTool, java.lang.String ruleset, java.lang.String xrefLocation, java.lang.String xrefTestLocation, java.util.List<java.io.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 CheckstyleResults Modifier and Type Field Description private CheckstyleResults
CheckstyleCheckerListener. results
Methods in org.apache.maven.plugins.checkstyle.exec that return CheckstyleResults Modifier and Type Method Description CheckstyleResults
CheckstyleExecutor. executeCheckstyle(CheckstyleExecutorRequest request)
CheckstyleResults
DefaultCheckstyleExecutor. executeCheckstyle(CheckstyleExecutorRequest request)
CheckstyleResults
CheckstyleCheckerListener. getResults()
Methods in org.apache.maven.plugins.checkstyle.exec with parameters of type CheckstyleResults Modifier and Type Method Description void
CheckstyleCheckerListener. setResults(CheckstyleResults results)
-