@Mojo(name="jxr") public class JxrReport extends AbstractJxrReport
reactorProjects, skip
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
Constructor and Description |
---|
JxrReport() |
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, canGenerateReport, constructSourceDirs, execute, executeReport, getBundle, getOutputDirectory, getOutputEncoding, getProject, getSiteRenderer, init, isAggregate, isExternalReport, pruneSourceDirs
closeReport, generate, generate, generate, getCategoryName, getInputEncoding, getReportOutputDirectory, getSink, getSinkFactory
getLog, getPluginContext, setLog, setPluginContext
protected String getDestinationDirectory()
AbstractJxrReport
getDestinationDirectory
in class AbstractJxrReport
AbstractJxrReport.getDestinationDirectory()
protected List<String> getSourceRoots()
AbstractJxrReport
getSourceRoots
in class AbstractJxrReport
AbstractJxrReport.getSourceRoots()
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 executedAbstractJxrReport.getSourceRoots(org.apache.maven.project.MavenProject)
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–2014 The Apache Software Foundation. All rights reserved.