@Mojo(name="test-jxr") @Execute(phase=GENERATE_TEST_SOURCES) public class JxrTestReport extends AbstractJxrReport
reactorProjects, skip
localRepository, outputDirectory, project, remoteRepositories, siteRenderer, siteTool
Constructor and Description |
---|
JxrTestReport() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Locale locale) |
protected String |
getDestinationDirectory()
Abstract method that returns the target directory where the generated JXR reports will be put.
|
protected File |
getJavadocDir()
Abstract method that returns the directory of the javadoc files.
|
String |
getName(Locale locale) |
String |
getOutputName() |
protected List<String> |
getSourceRoots()
Abstract method that returns the specified source directories that will be included in the JXR report generation.
|
protected List<String> |
getSourceRoots(org.apache.maven.project.MavenProject project)
Abstract method that returns the compile source directories of the specified project that will be included in the
JXR report generation
|
void |
setReportOutputDirectory(File reportOutputDirectory) |
canGenerateReport, constructSourceDirs, executeReport, getBundle, getProject, getSession, init, isAggregate, isExternalReport, pruneSourceDirs
closeReport, execute, generate, generate, generate, getCategoryName, getInputEncoding, getOutputDirectory, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer
protected List<String> getSourceRoots()
AbstractJxrReport
getSourceRoots
in class AbstractJxrReport
protected List<String> getSourceRoots(org.apache.maven.project.MavenProject project)
AbstractJxrReport
getSourceRoots
in class AbstractJxrReport
project
- the MavenProject where the JXR report plugin will be executedprotected String getDestinationDirectory()
AbstractJxrReport
getDestinationDirectory
in class AbstractJxrReport
public String getOutputName()
protected File getJavadocDir()
AbstractJxrReport
getJavadocDir
in class AbstractJxrReport
public void setReportOutputDirectory(File reportOutputDirectory)
setReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
setReportOutputDirectory
in class org.apache.maven.reporting.AbstractMavenReport
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.