|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.soebes.maven.plugins.dmg.AbstractDoxygenConfigurationMojo
com.soebes.maven.plugins.dmg.AbstractDoxygenMojo
com.soebes.maven.plugins.dmg.DoxygenReport
public class DoxygenReport
This part will create the report.
| Field Summary | |
|---|---|
private java.lang.String |
destDir
The name of the destination directory. |
private java.io.File |
reportOutputDirectory
Specifies the destination directory where javadoc saves the generated HTML files. |
| 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 | |
|---|---|
DoxygenReport()
|
|
| Method Summary | |
|---|---|
boolean |
canGenerateReport()
|
void |
execute()
|
void |
generate(org.codehaus.doxia.sink.Sink sink,
java.util.Locale locale)
|
java.lang.String |
getCategoryName()
|
java.lang.String |
getDescription(java.util.Locale locale)
|
java.lang.String |
getDestDir()
|
java.lang.String |
getName(java.util.Locale locale)
|
java.lang.String |
getOutputName()
|
protected org.apache.maven.project.MavenProject |
getProject()
|
java.io.File |
getReportOutputDirectory()
|
boolean |
isExternalReport()
|
void |
setDestDir(java.lang.String destDir)
|
void |
setReportOutputDirectory(java.io.File reportOutputDirectory)
|
| Methods inherited from class com.soebes.maven.plugins.dmg.AbstractDoxygenMojo |
|---|
buildConfigurationFile, buildConfigurationFile, executeReport, getBasedir, getOutputDirectory, isSkip, setBasedir, setOutputDirectory, setSkip |
| 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 |
| Field Detail |
|---|
private java.io.File reportOutputDirectory
private java.lang.String destDir
| Constructor Detail |
|---|
public DoxygenReport()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
public void generate(org.codehaus.doxia.sink.Sink sink,
java.util.Locale locale)
throws org.apache.maven.reporting.MavenReportException
generate in interface org.apache.maven.reporting.MavenReportorg.apache.maven.reporting.MavenReportExceptionpublic java.io.File getReportOutputDirectory()
getReportOutputDirectory in interface org.apache.maven.reporting.MavenReportprotected org.apache.maven.project.MavenProject getProject()
public java.lang.String getCategoryName()
getCategoryName in interface org.apache.maven.reporting.MavenReportpublic java.lang.String getOutputName()
getOutputName in interface org.apache.maven.reporting.MavenReportpublic boolean isExternalReport()
isExternalReport in interface org.apache.maven.reporting.MavenReportpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface org.apache.maven.reporting.MavenReportpublic java.lang.String getName(java.util.Locale locale)
getName in interface org.apache.maven.reporting.MavenReportpublic void setDestDir(java.lang.String destDir)
public java.lang.String getDestDir()
public boolean canGenerateReport()
canGenerateReport in interface org.apache.maven.reporting.MavenReportpublic void setReportOutputDirectory(java.io.File reportOutputDirectory)
setReportOutputDirectory in interface org.apache.maven.reporting.MavenReport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||