org.apache.maven.plugin.jxr
Class AggregatorJxrReport

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.JxrReport
                  extended by org.apache.maven.plugin.jxr.AggregatorJxrReport
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 AggregatorJxrReport
extends JxrReport

Generates a combined JXR report in an aggregating project.

Since:
2.3
Aggregates the Maven project and its child modules.
Is defined by the goal name:
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
AggregatorJxrReport()
           
 
Method Summary
protected  boolean isAggregate()
          Is the current report aggregated?
 
Methods inherited from class org.apache.maven.plugin.jxr.JxrReport
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

AggregatorJxrReport

public AggregatorJxrReport()
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.