public abstract class AbstractMavenReport extends 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 Renderer |
siteRenderer
Doxia Site Renderer component.
|
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE| 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(Sink aSink,
Locale aLocale)
Deprecated.
use
generate(Sink, SinkFactory, Locale) instead. |
void |
generate(Sink aSink,
Locale aLocale)
Deprecated.
use
generate(Sink, SinkFactory, Locale) instead. |
void |
generate(Sink aSink,
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() |
Sink |
getSink() |
SinkFactory |
getSinkFactory() |
protected Renderer |
getSiteRenderer() |
boolean |
isExternalReport() |
void |
setReportOutputDirectory(File reportOutputDirectory) |
getLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getName, getOutputName@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 Renderer siteRenderer
public void execute()
throws MojoExecutionException
execute in interface MojoMojoExecutionException - if an error occurs when generating the reportorg.apache.maven.plugins.site.ReportDocumentRender,
Mojo.execute()public void generate(Sink aSink, Locale aLocale) throws MavenReportException
generate(Sink, SinkFactory, Locale) instead.generate in interface MavenReportaSink - the sink to use for the generation.aLocale - the wanted locale to generate the report, could be null.MavenReportException - if anypublic void generate(Sink aSink, Locale aLocale) throws 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(Sink aSink, SinkFactory aSinkFactory, Locale aLocale) throws MavenReportException
generate in interface MavenMultiPageReportaSink - aSinkFactory - aLocale - MavenReportExceptionpublic String getCategoryName()
getCategoryName in interface MavenReportpublic File getReportOutputDirectory()
getReportOutputDirectory in interface MavenReportpublic void setReportOutputDirectory(File reportOutputDirectory)
setReportOutputDirectory in interface MavenReportprotected String getOutputDirectory()
protected org.apache.maven.project.MavenProject getProject()
protected Renderer getSiteRenderer()
protected String getInputEncoding()
null.protected String getOutputEncoding()
null.protected void closeReport()
public Sink getSink()
public SinkFactory getSinkFactory()
public boolean isExternalReport()
isExternalReport in interface MavenReportMavenReport.isExternalReport()public boolean canGenerateReport()
canGenerateReport in interface MavenReportprotected abstract void executeReport(Locale locale) throws MavenReportException
locale - the wanted locale to return the report's description, could be null.MavenReportException - if anyCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.