org.apache.maven.plugin.jxr
Class JxrTestReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.jxr.AbstractJxrReport
org.apache.maven.plugin.jxr.JxrTestReport
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenReport
public class JxrTestReport
- extends AbstractJxrReport
Creates an html-based, cross referenced version of Java source code
for a project's test sources.
- Author:
- Fabrice Bellingard, Brett Porter
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 |
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, getCategoryName, getReportOutputDirectory, getSink, setReportOutputDirectory |
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 |
JxrTestReport
public JxrTestReport()
getSourceRoots
protected java.util.List getSourceRoots()
- Specified by:
getSourceRoots
in class AbstractJxrReport
getSourceRoots
protected java.util.List getSourceRoots(org.apache.maven.project.MavenProject project)
- Specified by:
getSourceRoots
in class AbstractJxrReport
getDestinationDirectory
protected java.lang.String getDestinationDirectory()
- Specified by:
getDestinationDirectory
in class AbstractJxrReport
getDescription
public java.lang.String getDescription(java.util.Locale locale)
- Cf. overriden method documentation.
- See Also:
MavenReport.getDescription(java.util.Locale)
getName
public java.lang.String getName(java.util.Locale locale)
- Cf. overriden method documentation.
- See Also:
MavenReport.getName(java.util.Locale)
getOutputName
public java.lang.String getOutputName()
- Cf. overriden method documentation.
- See Also:
MavenReport.getOutputName()
getJavadocLocation
protected java.lang.String getJavadocLocation()
- Specified by:
getJavadocLocation
in class AbstractJxrReport
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.