org.apache.maven.plugin.checkstyle
Class CheckstyleReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport
org.apache.maven.plugin.checkstyle.CheckstyleReport
- All Implemented Interfaces:
- ContextEnabled, Mojo, MavenMultiPageReport, MavenReport
@Mojo(name="checkstyle",
requiresDependencyResolution=COMPILE,
threadSafe=true)
public class CheckstyleReport
- extends AbstractCheckstyleReport
A reporting task that performs Checkstyle analysis and generates an HTML
report on any violations that Checkstyle finds.
- Version:
- $Id: CheckstyleReport.java 1652857 2015-01-18 21:40:14Z hboutemy $
- Author:
- Emmanuel Venisse, Vincent Siveton, Joakim Erdfelt
Fields inherited from class org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport |
cacheFile, checkstyleExecutor, checkstyleRssGenerator, configLocation, consoleOutput, encoding, excludes, failsOnError, headerLocation, includeResources, includes, includeTestResources, includeTestSourceDirectory, JAVA_FILES, locator, PLUGIN_RESOURCES, propertiesLocation, propertyExpansion, resourceExcludes, resourceIncludes, resources, siteTool, skip, stringOutputStream, suppressionsFileExpression, suppressionsLocation, testResources |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport |
closeReport, execute, generate, generate, generate, getCategoryName, getInputEncoding, getOutputDirectory, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, isExternalReport, setReportOutputDirectory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckstyleReport
public CheckstyleReport()
getProject
protected MavenProject getProject()
-
- Overrides:
getProject
in class AbstractMavenReport
executeReport
public void executeReport(Locale locale)
throws MavenReportException
-
- Overrides:
executeReport
in class AbstractCheckstyleReport
- Throws:
MavenReportException
createRequest
protected CheckstyleExecutorRequest createRequest()
throws MavenReportException
- Create the Checkstyle executor request.
- Specified by:
createRequest
in class AbstractCheckstyleReport
- Returns:
- The executor request.
- Throws:
MavenReportException
- If something goes wrong during creation.
getOutputName
public String getOutputName()
-
canGenerateReport
public boolean canGenerateReport()
-
- Specified by:
canGenerateReport
in interface MavenReport
- Overrides:
canGenerateReport
in class AbstractMavenReport
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.