org.apache.maven.plugin.checkstyle
Class CheckstyleAggregateReport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport
              extended by org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport
All Implemented Interfaces:
ContextEnabled, Mojo, MavenMultiPageReport, MavenReport

@Mojo(name="checkstyle-aggregate",
      aggregator=true,
      requiresDependencyResolution=COMPILE,
      threadSafe=true)
public class CheckstyleAggregateReport
extends AbstractCheckstyleReport

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.

Version:
$Id: CheckstyleAggregateReport.java 1652790 2015-01-18 16:41:01Z hboutemy $

Field Summary
 
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 class org.apache.maven.reporting.AbstractMavenReport
outputDirectory, project, siteRenderer
 
Fields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CheckstyleAggregateReport()
           
 
Method Summary
 boolean canGenerateReport()
          
protected  CheckstyleExecutorRequest createRequest()
          Create the Checkstyle executor request.
 String getOutputName()
          
protected  MavenProject getProject()
          
 
Methods inherited from class org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport
executeReport, getConsoleListener, getDescription, getListener, getName, getSourceDirectories, getTestSourceDirectories
 
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 org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckstyleAggregateReport

public CheckstyleAggregateReport()
Method Detail

getProject

protected MavenProject getProject()

Overrides:
getProject in class AbstractMavenReport

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.