|
||||||||||
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.JxrReport
MOJO for the JXR report. Creates an html-based, cross referenced version of Java source code for a project.
Field Summary |
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 | |
JxrReport()
|
Method Summary | |
protected void |
executeReport(java.util.Locale locale)
Cf. |
java.lang.String |
getDescription(java.util.Locale locale)
Cf. |
java.lang.String |
getName(java.util.Locale locale)
Cf. |
protected java.lang.String |
getOutputDirectory()
Cf. |
java.lang.String |
getOutputName()
Cf. |
org.apache.maven.project.MavenProject |
getProject()
Cf. |
protected org.apache.maven.doxia.siterenderer.Renderer |
getSiteRenderer()
Cf. |
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport |
canGenerateReport, closeReport, execute, generate, getCategoryName, getReportOutputDirectory, getSink, isExternalReport, 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 |
Constructor Detail |
public JxrReport()
Method Detail |
protected void executeReport(java.util.Locale locale) throws org.apache.maven.reporting.MavenReportException
org.apache.maven.reporting.MavenReportException
AbstractMavenReport.executeReport(java.util.Locale)
protected org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
AbstractMavenReport.getSiteRenderer()
protected java.lang.String getOutputDirectory()
AbstractMavenReport.getOutputDirectory()
public org.apache.maven.project.MavenProject getProject()
AbstractMavenReport.getProject()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |