Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model | |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.v4 |
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. |
Modifier and Type | Method and Description |
---|---|
ReportSet |
ReportSet.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<ReportSet> |
ReportSet.reportSetToApiV4(List<ReportSet> list) |
Modifier and Type | Method and Description |
---|---|
static List<ReportSet> |
ReportSet.reportSetToApiV3(List<ReportSet> list) |
Constructor and Description |
---|
ReportSet(ReportSet delegate) |
ReportSet(ReportSet delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<ReportSet> |
MavenModelMerger.getReportSetKey() |
Modifier and Type | Method and Description |
---|---|
protected ReportSet |
MavenMerger.mergeReportSet(ReportSet target,
ReportSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected ReportSet |
MavenTransformer.transformReportSet(ReportSet target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<ReportSet> |
MavenMerger.getReportSetKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeReportSet_Configuration(ReportSet.Builder builder,
ReportSet target,
ReportSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportSet_Id(ReportSet.Builder builder,
ReportSet target,
ReportSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportSet_Inherited(ReportSet.Builder builder,
ReportSet target,
ReportSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportSet_Reports(ReportSet.Builder builder,
ReportSet target,
ReportSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportSet(ReportSet.Builder builder,
ReportSet target,
ReportSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected ReportSet |
MavenMerger.mergeReportSet(ReportSet target,
ReportSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformReportSet_Configuration(ReportSet.Builder builder,
ReportSet target) |
protected void |
MavenTransformer.transformReportSet_Id(ReportSet.Builder builder,
ReportSet target) |
protected void |
MavenTransformer.transformReportSet_Inherited(ReportSet.Builder builder,
ReportSet target) |
protected void |
MavenTransformer.transformReportSet_Reports(ReportSet.Builder builder,
ReportSet target) |
protected ReportSet |
MavenTransformer.transformReportSet(ReportSet target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.