|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.jxr.AbstractJxrReport
org.apache.maven.plugin.jxr.JxrTestReport
public class JxrTestReport
Creates an html-based, cross referenced version of Java source code for a project's test sources.
Field Summary |
---|
Fields inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport |
---|
aggregate, reactorProjects |
Fields inherited from interface org.apache.maven.reporting.MavenReport |
---|
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
JxrTestReport()
|
Method Summary | |
---|---|
java.lang.String |
getDescription(java.util.Locale locale)
Cf. |
protected java.lang.String |
getDestinationDirectory()
Abstract method that returns the target directory where the generated JXR reports will be put. |
protected java.lang.String |
getJavadocLocation()
Abstract method that returns the location of the javadoc files. |
java.lang.String |
getName(java.util.Locale locale)
Cf. |
java.lang.String |
getOutputName()
Cf. |
protected java.util.List |
getSourceRoots()
Abstract method that returns the specified source directories that will be included in the JXR report generation. |
protected java.util.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(java.io.File reportOutputDirectory)
|
Methods inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport |
---|
canGenerateReport, canGenerateReport, constructSourceDirs, executeReport, getBundle, getOutputDirectory, getProject, getSiteRenderer, init, isExternalReport, pruneSourceDirs |
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport |
---|
closeReport, execute, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JxrTestReport()
Method Detail |
---|
protected java.util.List getSourceRoots()
AbstractJxrReport
getSourceRoots
in class AbstractJxrReport
AbstractJxrReport.getSourceRoots()
protected java.util.List getSourceRoots(org.apache.maven.project.MavenProject project)
AbstractJxrReport
getSourceRoots
in class AbstractJxrReport
project
- the MavenProject where the JXR report plugin will be executed
AbstractJxrReport.getSourceRoots(org.apache.maven.project.MavenProject)
protected java.lang.String getDestinationDirectory()
AbstractJxrReport
getDestinationDirectory
in class AbstractJxrReport
AbstractJxrReport.getDestinationDirectory()
public java.lang.String getDescription(java.util.Locale locale)
MavenReport.getDescription(java.util.Locale)
public java.lang.String getName(java.util.Locale locale)
MavenReport.getName(java.util.Locale)
public java.lang.String getOutputName()
MavenReport.getOutputName()
protected java.lang.String getJavadocLocation()
AbstractJxrReport
getJavadocLocation
in class AbstractJxrReport
AbstractJxrReport.getJavadocLocation()
public void setReportOutputDirectory(java.io.File reportOutputDirectory)
setReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
setReportOutputDirectory
in class org.apache.maven.reporting.AbstractMavenReport
AbstractMavenReport.setReportOutputDirectory(java.io.File)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |