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(Sink, Locale)
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
Modifier and Type | Method and Description |
---|---|
void |
generate(org.apache.maven.doxia.sink.Sink sink,
org.apache.maven.doxia.sink.SinkFactory sinkFactory,
Locale locale)
Generate multi page report.
|
canGenerateReport, generate, getCategoryName, getDescription, getName, getOutputName, getOutputPath, getReportOutputDirectory, isExternalReport, setReportOutputDirectory
void generate(org.apache.maven.doxia.sink.Sink sink, org.apache.maven.doxia.sink.SinkFactory sinkFactory, Locale locale) throws MavenReportException
sink
- The sink to write to.locale
- The locale to use.sinkFactory
- the sink factory to create sub sinks.MavenReportException
- if an error occurs.Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.