public class JxrTestReport extends AbstractJxrReport
aggregate, reactorProjects, skip| 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(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, canGenerateReport, constructSourceDirs, execute, executeReport, getBundle, getOutputDirectory, getOutputEncoding, getProject, getSiteRenderer, init, isAggregate, isExternalReport, pruneSourceDirscloseReport, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactoryprotected List getSourceRoots()
AbstractJxrReportgetSourceRoots in class AbstractJxrReportAbstractJxrReport.getSourceRoots()protected List getSourceRoots(org.apache.maven.project.MavenProject project)
AbstractJxrReportgetSourceRoots in class AbstractJxrReportproject - the MavenProject where the JXR report plugin will be executedAbstractJxrReport.getSourceRoots(org.apache.maven.project.MavenProject)protected String getDestinationDirectory()
AbstractJxrReportgetDestinationDirectory in class AbstractJxrReportAbstractJxrReport.getDestinationDirectory()public String getDescription(Locale locale)
MavenReport.getDescription(java.util.Locale)public String getOutputName()
MavenReport.getOutputName()protected File getJavadocDir()
AbstractJxrReportgetJavadocDir in class AbstractJxrReportAbstractJxrReport.getJavadocDir()public void setReportOutputDirectory(File reportOutputDirectory)
setReportOutputDirectory in interface org.apache.maven.reporting.MavenReportsetReportOutputDirectory in class org.apache.maven.reporting.AbstractMavenReportAbstractMavenReport.setReportOutputDirectory(java.io.File)Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.