Package org.apache.maven.plugin.jxr
Class AggregatorJxrTestReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.jxr.AbstractJxrReport
org.apache.maven.plugin.jxr.JxrTestReport
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
@Mojo(name="test-aggregate",
aggregator=true)
@Execute(phase=TEST_COMPILE)
public class AggregatorJxrTestReport
extends JxrTestReport
Generates a combined JXR report for test code in an aggregating project.
- Since:
- 2.3
-
Field Summary
Fields inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
reactorProjects, skipFields inherited from class org.apache.maven.reporting.AbstractMavenReport
locale, mojoExecution, outputDirectory, outputFormat, outputTimestamp, project, remoteProjectRepositories, repoSession, siteDirectory, siteRenderer, siteToolFields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLEFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanIs the current report aggregated?Methods inherited from class org.apache.maven.plugin.jxr.JxrTestReport
getDescription, getDestinationDirectory, getJavadocDir, getName, getOutputName, getSourceRoots, getSourceRoots, setReportOutputDirectoryMethods inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
canGenerateReport, constructSourceDirs, executeReport, getBundle, getProject, getSession, init, isExternalReport, pruneSourceDirsMethods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, constructXrefLocation, execute, generate, generate, getCategoryName, getInputEncoding, getLocale, getOutputDirectory, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, getXrefLocationMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.reporting.MavenReport
getOutputPath
-
Constructor Details
-
AggregatorJxrTestReport
public AggregatorJxrTestReport()
-
-
Method Details
-
isAggregate
protected boolean isAggregate()Description copied from class:AbstractJxrReportIs the current report aggregated?- Overrides:
isAggregatein classAbstractJxrReport- Returns:
- true if aggregate, false otherwise
-