public interface MavenMultiPageReport extends MavenReport
MavenReport interface, and the other 'generate'
method dropped. But that would have rendered all reporting mojo's uncompilable and binary incompatible.MavenReport.generate(org.codehaus.doxia.sink.Sink, Locale)CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE| Modifier and Type | Method and Description |
|---|---|
void |
generate(Sink sink,
SinkFactory sinkFactory,
Locale locale)
Generate multi page report.
|
canGenerateReport, generate, getCategoryName, getDescription, getName, getOutputName, getReportOutputDirectory, isExternalReport, setReportOutputDirectoryvoid generate(Sink sink, SinkFactory sinkFactory, Locale locale) throws MavenReportException
sink - The sink to write to.locale - The locale to use.MavenReportException - if an error occurs.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.