- cacheFile - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Specifies the cache file used to speed up Checkstyle on successive runs.
- canGenerateReport() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleAggregateReport
- canGenerateReport() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleReport
- CheckstyleAggregateReport - Class in org.apache.maven.plugins.checkstyle
-
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.
- CheckstyleAggregateReport() - Constructor for class org.apache.maven.plugins.checkstyle.CheckstyleAggregateReport
-
- CheckstyleCheckerListener - Class in org.apache.maven.plugins.checkstyle.exec
-
Listener in charge of receiving events from the Checker.
- CheckstyleCheckerListener(File) - Constructor for class org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener
-
- CheckstyleCheckerListener(File, Configuration) - Constructor for class org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener
-
- CheckstyleCheckerListener(Configuration) - Constructor for class org.apache.maven.plugins.checkstyle.exec.CheckstyleCheckerListener
-
- checkstyleExecutor - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
- checkstyleExecutor - Variable in class org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo
-
- CheckstyleExecutor - Interface in org.apache.maven.plugins.checkstyle.exec
-
- CheckstyleExecutorException - Exception in org.apache.maven.plugins.checkstyle.exec
-
- CheckstyleExecutorException() - Constructor for exception org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorException
-
- CheckstyleExecutorException(String) - Constructor for exception org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorException
-
- CheckstyleExecutorException(Throwable) - Constructor for exception org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorException
-
- CheckstyleExecutorException(String, Throwable) - Constructor for exception org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorException
-
- CheckstyleExecutorRequest - Class in org.apache.maven.plugins.checkstyle.exec
-
- CheckstyleExecutorRequest() - Constructor for class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
Constructor.
- CheckstyleReport - Class in org.apache.maven.plugins.checkstyle
-
A reporting task that performs Checkstyle analysis and generates an HTML
report on any violations that Checkstyle finds.
- CheckstyleReport() - Constructor for class org.apache.maven.plugins.checkstyle.CheckstyleReport
-
- CheckstyleReportRenderer - Class in org.apache.maven.plugins.checkstyle
-
Generate a report based on CheckstyleResults.
- CheckstyleReportRenderer(Sink, I18N, Locale, MavenProject, SiteTool, String, String, String, List<File>, boolean, boolean, boolean, CheckstyleResults) - Constructor for class org.apache.maven.plugins.checkstyle.CheckstyleReportRenderer
-
- CheckstyleResults - Class in org.apache.maven.plugins.checkstyle.exec
-
Object holding the references to the CheckstyleResults.
- CheckstyleResults() - Constructor for class org.apache.maven.plugins.checkstyle.exec.CheckstyleResults
-
- CheckstyleViolationCheckMojo - Class in org.apache.maven.plugins.checkstyle
-
Performs Checkstyle analysis and outputs violations or a count of violations
to the console, potentially failing the build.
- CheckstyleViolationCheckMojo() - Constructor for class org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo
-
- CompositeAuditListener - Class in org.apache.maven.plugins.checkstyle
-
AuditListener that forwards events to a list of other AuditListeners
- CompositeAuditListener() - Constructor for class org.apache.maven.plugins.checkstyle.CompositeAuditListener
-
- configLocation - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Specifies the location of the XML configuration to use.
- consoleOutput - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Output errors to console.
- createRequest() - Method in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Create the Checkstyle executor request.
- createRequest() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleAggregateReport
-
Create the Checkstyle executor request.
- createRequest() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleReport
-
Create the Checkstyle executor request.