public abstract class AbstractMavenReport extends org.apache.maven.plugin.AbstractMojo implements MavenMultiPageReport
abstract executeReport( Locale ) from:
execute() method, see maven-plugin-apigenerate( Sink, SinkFactory, Locale ), see maven-reporting-apiMojo.execute(), from maven-plugin-api,
MavenMultiPageReport.generate( Sink, SinkFactory, Locale ),
from maven-reporting-api,
abstract executeReport( Locale )| Modifier and Type | Field and Description |
|---|---|
protected File |
outputDirectory
The output directory for the report.
|
protected org.apache.maven.project.MavenProject |
project
The Maven Project.
|
protected org.apache.maven.doxia.siterenderer.Renderer |
siteRenderer
Doxia Site Renderer component.
|
| Constructor and Description |
|---|
AbstractMavenReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerateReport() |
protected void |
closeReport()
Actions when closing the report.
|
void |
execute()
This method is called when the report generation is invoked directly as a standalone Mojo.
|
protected abstract void |
executeReport(Locale locale)
Execute the generation of the report.
|
void |
generate(org.codehaus.doxia.sink.Sink aSink,
Locale aLocale)
Deprecated.
use
generate(Sink, SinkFactory, Locale) instead. |
void |
generate(org.apache.maven.doxia.sink.Sink aSink,
Locale aLocale)
Deprecated.
use
generate(Sink, SinkFactory, Locale) instead. |
void |
generate(org.apache.maven.doxia.sink.Sink aSink,
org.apache.maven.doxia.sink.SinkFactory aSinkFactory,
Locale aLocale)
This method is called when the report generation is invoked by maven-site-plugin.
|
String |
getCategoryName() |
protected String |
getInputEncoding()
Gets the input files encoding.
|
protected String |
getOutputDirectory() |
protected String |
getOutputEncoding()
Gets the effective reporting output files encoding.
|
protected org.apache.maven.project.MavenProject |
getProject() |
File |
getReportOutputDirectory() |
org.apache.maven.doxia.sink.Sink |
getSink() |
org.apache.maven.doxia.sink.SinkFactory |
getSinkFactory() |
protected org.apache.maven.doxia.siterenderer.Renderer |
getSiteRenderer() |
boolean |
isExternalReport() |
void |
setReportOutputDirectory(File reportOutputDirectory) |
getLog, getPluginContext, setLog, setPluginContext@Parameter(defaultValue="${project.reporting.outputDirectory}",
readonly=true,
required=true)
protected File outputDirectory
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
protected org.apache.maven.project.MavenProject project
@Component protected org.apache.maven.doxia.siterenderer.Renderer siteRenderer
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionException - if an error occurs when generating the reportorg.apache.maven.plugins.site.ReportDocumentRender,
Mojo.execute()public void generate(org.codehaus.doxia.sink.Sink aSink,
Locale aLocale)
throws org.apache.maven.reporting.MavenReportException
generate(Sink, SinkFactory, Locale) instead.generate in interface org.apache.maven.reporting.MavenReportaSink - the sink to use for the generation.aLocale - the wanted locale to generate the report, could be null.MavenReportException - if anypublic void generate(org.apache.maven.doxia.sink.Sink aSink,
Locale aLocale)
throws org.apache.maven.reporting.MavenReportException
generate(Sink, SinkFactory, Locale) instead.aSink - aLocale - MavenReportExceptionorg.apache.maven.reporting.MavenReport#generate(org.apache.maven.doxia.sink.Sink, java.util.Locale)public void generate(org.apache.maven.doxia.sink.Sink aSink,
org.apache.maven.doxia.sink.SinkFactory aSinkFactory,
Locale aLocale)
throws org.apache.maven.reporting.MavenReportException
generate in interface MavenMultiPageReportaSink - aSinkFactory - aLocale - MavenReportExceptionpublic String getCategoryName()
getCategoryName in interface org.apache.maven.reporting.MavenReportpublic File getReportOutputDirectory()
getReportOutputDirectory in interface org.apache.maven.reporting.MavenReportpublic void setReportOutputDirectory(File reportOutputDirectory)
setReportOutputDirectory in interface org.apache.maven.reporting.MavenReportprotected String getOutputDirectory()
protected org.apache.maven.project.MavenProject getProject()
protected org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
protected String getInputEncoding()
null.protected String getOutputEncoding()
null.protected void closeReport()
public org.apache.maven.doxia.sink.Sink getSink()
public org.apache.maven.doxia.sink.SinkFactory getSinkFactory()
public boolean isExternalReport()
isExternalReport in interface org.apache.maven.reporting.MavenReportMavenReport.isExternalReport()public boolean canGenerateReport()
canGenerateReport in interface org.apache.maven.reporting.MavenReportprotected abstract void executeReport(Locale locale) throws org.apache.maven.reporting.MavenReportException
locale - the wanted locale to return the report's description, could be null.MavenReportException - if anyCopyright © 2015. All rights reserved.