Modifier and Type | Method and Description |
---|---|
ReportSet.Builder |
ReportSet.Builder.configuration(Dom configuration) |
ReportSet.Builder |
ReportSet.Builder.id(String id) |
ReportSet.Builder |
ReportSet.Builder.inherited(String inherited) |
ReportSet.Builder |
ReportSet.Builder.location(Object key,
InputLocation location) |
static ReportSet.Builder |
ReportSet.newBuilder()
Creates a new
ReportSet builder instance. |
static ReportSet.Builder |
ReportSet.newBuilder(boolean withDefaults)
Creates a new
ReportSet builder instance using default values or not. |
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. |
ReportSet.Builder |
ReportSet.Builder.reports(Collection<String> reports) |
ReportSet.Builder |
ReportSet.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.