Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.api.services | |
org.apache.maven.model | |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.profile | |
org.apache.maven.model.v4 |
Modifier and Type | Method and Description |
---|---|
ReportPlugin |
ReportPlugin.Builder.build() |
static ReportPlugin |
ReportPlugin.newInstance()
Creates a new
ReportPlugin instance. |
static ReportPlugin |
ReportPlugin.newInstance(boolean withDefaults)
Creates a new
ReportPlugin instance using default values or not. |
ReportPlugin |
ReportPlugin.withArtifactId(String artifactId)
Creates a new
ReportPlugin instance using the specified artifactId. |
ReportPlugin |
ReportPlugin.withConfiguration(Dom configuration)
Creates a new
ReportPlugin instance using the specified configuration. |
ReportPlugin |
ReportPlugin.withGroupId(String groupId)
Creates a new
ReportPlugin instance using the specified groupId. |
ReportPlugin |
ReportPlugin.withInherited(String inherited)
Creates a new
ReportPlugin instance using the specified inherited. |
ReportPlugin |
ReportPlugin.withReportSets(Collection<ReportSet> reportSets)
Creates a new
ReportPlugin instance using the specified reportSets. |
ReportPlugin |
ReportPlugin.withVersion(String version)
Creates a new
ReportPlugin instance using the specified version. |
Modifier and Type | Method and Description |
---|---|
List<ReportPlugin> |
Reporting.getPlugins()
The reporting plugins to use and their configuration.
|
Modifier and Type | Method and Description |
---|---|
static ReportPlugin.Builder |
ReportPlugin.newBuilder(ReportPlugin from)
Creates a new
ReportPlugin builder instance using the specified object as a basis. |
static ReportPlugin.Builder |
ReportPlugin.newBuilder(ReportPlugin from,
boolean forceCopy)
Creates a new
ReportPlugin builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
Reporting.Builder |
Reporting.Builder.plugins(Collection<ReportPlugin> plugins) |
Reporting |
Reporting.withPlugins(Collection<ReportPlugin> plugins)
Creates a new
Reporting instance using the specified plugins. |
Modifier and Type | Method and Description |
---|---|
default DependencyCoordinate |
DependencyCoordinateFactory.create(Session session,
ReportPlugin reportPlugin) |
Modifier and Type | Method and Description |
---|---|
ReportPlugin |
ReportPlugin.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<ReportPlugin> |
ReportPlugin.reportPluginToApiV4(List<ReportPlugin> list) |
Modifier and Type | Method and Description |
---|---|
static List<ReportPlugin> |
ReportPlugin.reportPluginToApiV3(List<ReportPlugin> list) |
Constructor and Description |
---|
ReportPlugin(ReportPlugin delegate) |
ReportPlugin(ReportPlugin delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<ReportPlugin> |
MavenModelMerger.getReportPluginKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenModelMerger.mergeReportPlugin_ReportSets(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultProfileInjector.ProfileModelMerger.mergeReportPlugin_ReportSets(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected ReportPlugin |
MavenMerger.mergeReportPlugin(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected ReportPlugin |
MavenTransformer.transformReportPlugin(ReportPlugin target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<ReportPlugin> |
MavenMerger.getReportPluginKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeReportPlugin_ArtifactId(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportPlugin_Configuration(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportPlugin_GroupId(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportPlugin_Inherited(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportPlugin_ReportSets(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportPlugin_Version(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeReportPlugin(ReportPlugin.Builder builder,
ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected ReportPlugin |
MavenMerger.mergeReportPlugin(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformReportPlugin_ArtifactId(ReportPlugin.Builder builder,
ReportPlugin target) |
protected void |
MavenTransformer.transformReportPlugin_Configuration(ReportPlugin.Builder builder,
ReportPlugin target) |
protected void |
MavenTransformer.transformReportPlugin_GroupId(ReportPlugin.Builder builder,
ReportPlugin target) |
protected void |
MavenTransformer.transformReportPlugin_Inherited(ReportPlugin.Builder builder,
ReportPlugin target) |
protected void |
MavenTransformer.transformReportPlugin_ReportSets(ReportPlugin.Builder builder,
ReportPlugin target) |
protected void |
MavenTransformer.transformReportPlugin_Version(ReportPlugin.Builder builder,
ReportPlugin target) |
protected ReportPlugin |
MavenTransformer.transformReportPlugin(ReportPlugin target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.