| Interface | Description |
|---|---|
| CheckstyleExecutor |
| Class | Description |
|---|---|
| AbstractCheckstyleReport |
Base abstract class for Checkstyle reports.
|
| CheckstyleAggregateReport |
A reporting task that performs Checkstyle analysis and generates an aggregate HTML report on the violations that checkstyle finds in a multi-module reactor build.
|
| CheckstyleExecutorRequest | |
| CheckstyleReport |
A reporting task that performs Checkstyle analysis and generates an HTML report on any violations that Checkstyle finds.
|
| CheckstyleReportGenerator |
Generate a report based on CheckstyleResults.
|
| CheckstyleReportListener |
Listener in charge of receiving events from the Checker.
|
| CheckstyleResults |
Object holding the references to the CheckstyleResults.
|
| CheckstyleViolationCheckMojo |
Performs Checkstyle analysis and outputs violations or a count of violations to the console, potentially failing the build.
|
| DefaultCheckstyleExecutor | |
| HelpMojo |
Display help information on maven-checkstyle-plugin.
Call mvn checkstyle:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| ReportResource |
Generic Report Resource management.
|
| VelocityTemplate |
A component to work with VelocityTemplates from within plugins.
|
| Exception | Description |
|---|---|
| CheckstyleExecutorException |
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.