S - Report settings typeD - Report document typepublic interface ReportBuilder<S extends ReportBuilder.ReportSettings,D extends ReportBuilder.Document>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReportBuilder.Document
The document that holds the target report.
|
static interface |
ReportBuilder.ReportSettings
Defines the supported report settings.
|
| Modifier and Type | Method and Description |
|---|---|
D |
buildReport(S parameters)
Builds a document according to the provided report settings.
|
D buildReport(S parameters) throws java.io.IOException
parameters - The provided report parametersjava.io.IOException - This exception can be thrown if there are failed output operations