Modifier and Type | Method and Description |
---|---|
ReportSet |
ReportSet.Builder.build() |
static ReportSet |
ReportSet.newInstance()
Creates a new
ReportSet instance. |
static ReportSet |
ReportSet.newInstance(boolean withDefaults)
Creates a new
ReportSet instance using default values or not. |
ReportSet |
ReportSet.withConfiguration(Dom configuration)
Creates a new
ReportSet instance using the specified configuration. |
ReportSet |
ReportSet.withId(String id)
Creates a new
ReportSet instance using the specified id. |
ReportSet |
ReportSet.withInherited(String inherited)
Creates a new
ReportSet instance using the specified inherited. |
ReportSet |
ReportSet.withReports(Collection<String> reports)
Creates a new
ReportSet instance using the specified reports. |
Modifier and Type | Method and Description |
---|---|
List<ReportSet> |
ReportPlugin.getReportSets()
Multiple specifications of a set of reports, each having (possibly) different
configuration.
|
Map<String,ReportSet> |
ReportPlugin.getReportSetsAsMap() |
Modifier and Type | Method and Description |
---|---|
static ReportSet.Builder |
ReportSet.newBuilder(ReportSet from)
Creates a new
ReportSet builder instance using the specified object as a basis. |
static ReportSet.Builder |
ReportSet.newBuilder(ReportSet from,
boolean forceCopy)
Creates a new
ReportSet builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
ReportPlugin.Builder |
ReportPlugin.Builder.reportSets(Collection<ReportSet> reportSets) |
ReportPlugin |
ReportPlugin.withReportSets(Collection<ReportSet> reportSets)
Creates a new
ReportPlugin instance using the specified reportSets. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.