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 CheckstyleResultsCheckstyleReportRenderer. resultsMethods in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleResults Modifier and Type Method Description private voidCheckstyleReportRenderer. renderRuleRow(CheckstyleReportRenderer.ConfReference ref, CheckstyleResults results, java.lang.String previousCategory)Create a summary for one Checkstyle rule.private voidCheckstyleReportRenderer. 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 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)
-