Package org.apache.maven.plugin.jxr
Class AggregatorJxrReport
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.reporting.AbstractMavenReport
-
- org.apache.maven.plugin.jxr.AbstractJxrReport
-
- org.apache.maven.plugin.jxr.JxrReport
-
- 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
@Mojo(name="aggregate", aggregator=true) @Execute(phase=COMPILE) public class AggregatorJxrReport extends JxrReportGenerates a combined JXR report in an aggregating project.- Since:
- 2.3
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
reactorProjects, skip
-
Fields inherited from class org.apache.maven.reporting.AbstractMavenReport
locale, mojoExecution, outputDirectory, outputFormat, outputTimestamp, project, remoteProjectRepositories, repoSession, siteDirectory, siteRenderer, siteTool
-
-
Constructor Summary
Constructors Constructor Description AggregatorJxrReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisAggregate()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, constructSourceDirs, executeReport, getBundle, getProject, getSession, init, isExternalReport, pruneSourceDirs
-
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, constructXrefLocation, execute, generate, generate, getCategoryName, getInputEncoding, getLocale, getOutputDirectory, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, getXrefLocation
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
isAggregate
protected boolean isAggregate()
Description copied from class:AbstractJxrReportIs the current report aggregated?- Overrides:
isAggregatein classAbstractJxrReport- Returns:
- true if aggregate, false otherwise
-
-