@Mojo(name="report")
public class L10NStatusReport
extends org.apache.maven.reporting.AbstractMavenReport
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
aggregate
Whether to build an aggregated report at the root, or build individual reports.
|
protected List<org.apache.maven.project.MavenProject> |
reactorProjects
The projects in the reactor for aggregation report.
|
outputDirectory, project, siteRenderer| Constructor and Description |
|---|
L10NStatusReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerateReport() |
protected Map |
constructResourceDirs()
Collects resource definitions from all projects in reactor.
|
protected void |
executeReport(Locale locale) |
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
closeReport, execute, generate, generate, generate, getCategoryName, getInputEncoding, getOutputDirectory, getOutputEncoding, getProject, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, isExternalReport, setReportOutputDirectory@Parameter(defaultValue="${reactorProjects}",
readonly=true)
protected List<org.apache.maven.project.MavenProject> reactorProjects
@Parameter(defaultValue="false",
property="maven.l10n.aggregate")
protected boolean aggregate
public boolean canGenerateReport()
canGenerateReport in interface org.apache.maven.reporting.MavenReportcanGenerateReport in class org.apache.maven.reporting.AbstractMavenReportprotected Map constructResourceDirs()
protected void executeReport(Locale locale) throws org.apache.maven.reporting.MavenReportException
executeReport in class org.apache.maven.reporting.AbstractMavenReportorg.apache.maven.reporting.MavenReportExceptionAbstractMavenReport.executeReport(java.util.Locale)public String getDescription(Locale locale)
MavenReport.getDescription(java.util.Locale)public String getOutputName()
MavenReport.getOutputName()Copyright © 2007–2022 MojoHaus. All rights reserved.