org.apache.maven.plugin.jxr
Class AggregatorJxrTestReport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.plugin.jxr.AbstractJxrReport
              extended by org.apache.maven.plugin.jxr.JxrTestReport
                  extended by org.apache.maven.plugin.jxr.AggregatorJxrTestReport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenMultiPageReport, org.apache.maven.reporting.MavenReport

public class AggregatorJxrTestReport
extends JxrTestReport

Generates a combined JXR report for test code in an aggregating project.

Since:
2.3
Aggregates the Maven project and its child modules.
Is defined by the goal name:
test-aggregate

Field Summary
 
Fields inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
aggregate, reactorProjects, skip
 
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
AggregatorJxrTestReport()
           
 
Method Summary
protected  boolean isAggregate()
          Is the current report aggregated?
 
Methods inherited from class org.apache.maven.plugin.jxr.JxrTestReport
getDescription, getDestinationDirectory, getJavadocDir, getName, getOutputName, getSourceRoots, getSourceRoots, setReportOutputDirectory
 
Methods inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
canGenerateReport, canGenerateReport, constructSourceDirs, executeReport, getBundle, getOutputDirectory, getOutputEncoding, getProject, getSiteRenderer, init, isExternalReport, pruneSourceDirs
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, execute, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory
 
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

AggregatorJxrTestReport

public AggregatorJxrTestReport()
Method Detail

isAggregate

protected boolean isAggregate()
Description copied from class: AbstractJxrReport
Is the current report aggregated?

Overrides:
isAggregate in class AbstractJxrReport
Returns:


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.