Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.v4 |
Modifier and Type | Method and Description |
---|---|
Relocation.Builder |
Relocation.Builder.artifactId(String artifactId) |
Relocation.Builder |
Relocation.Builder.groupId(String groupId) |
Relocation.Builder |
Relocation.Builder.location(Object key,
InputLocation location) |
Relocation.Builder |
Relocation.Builder.message(String message) |
static Relocation.Builder |
Relocation.newBuilder()
Creates a new
Relocation builder instance. |
static Relocation.Builder |
Relocation.newBuilder(boolean withDefaults)
Creates a new
Relocation builder instance using default values or not. |
static Relocation.Builder |
Relocation.newBuilder(Relocation from)
Creates a new
Relocation builder instance using the specified object as a basis. |
static Relocation.Builder |
Relocation.newBuilder(Relocation from,
boolean forceCopy)
Creates a new
Relocation builder instance using the specified object as a basis. |
Relocation.Builder |
Relocation.Builder.version(String version) |
Relocation.Builder |
Relocation.with()
Creates a new builder with this object as the basis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeRelocation_ArtifactId(Relocation.Builder builder,
Relocation target,
Relocation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeRelocation_GroupId(Relocation.Builder builder,
Relocation target,
Relocation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeRelocation_Message(Relocation.Builder builder,
Relocation target,
Relocation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeRelocation_Version(Relocation.Builder builder,
Relocation target,
Relocation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeRelocation(Relocation.Builder builder,
Relocation target,
Relocation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformRelocation_ArtifactId(Relocation.Builder builder,
Relocation target) |
protected void |
MavenTransformer.transformRelocation_GroupId(Relocation.Builder builder,
Relocation target) |
protected void |
MavenTransformer.transformRelocation_Message(Relocation.Builder builder,
Relocation target) |
protected void |
MavenTransformer.transformRelocation_Version(Relocation.Builder builder,
Relocation target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.