public class JxrTestReport extends AbstractJxrReport
aggregate, reactorProjects, skip
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
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 |
getSourceRoots()
Abstract method that returns the specified source directories that will be included in the JXR report generation.
|
protected List |
getSourceRoots(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, canGenerateReport, constructSourceDirs, execute, executeReport, getBundle, getOutputDirectory, getOutputEncoding, getProject, getSiteRenderer, init, isAggregate, isExternalReport, pruneSourceDirs
closeReport, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory
getLog, getPluginContext, setLog, setPluginContext
protected List getSourceRoots()
AbstractJxrReport
getSourceRoots
in class AbstractJxrReport
AbstractJxrReport.getSourceRoots()
protected List getSourceRoots(MavenProject project)
AbstractJxrReport
getSourceRoots
in class AbstractJxrReport
project
- the MavenProject where the JXR report plugin will be executedAbstractJxrReport.getSourceRoots(org.apache.maven.project.MavenProject)
protected String getDestinationDirectory()
AbstractJxrReport
getDestinationDirectory
in class AbstractJxrReport
AbstractJxrReport.getDestinationDirectory()
public String getOutputName()
MavenReport.getOutputName()
protected File getJavadocDir()
AbstractJxrReport
getJavadocDir
in class AbstractJxrReport
AbstractJxrReport.getJavadocDir()
public void setReportOutputDirectory(File reportOutputDirectory)
setReportOutputDirectory
in interface MavenReport
setReportOutputDirectory
in class AbstractMavenReport
AbstractMavenReport.setReportOutputDirectory(java.io.File)
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.