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.v4 |
Modifier and Type | Method and Description |
---|---|
Relocation |
Relocation.Builder.build() |
Relocation |
DistributionManagement.getRelocation()
Relocation information of the artifact if it has been moved to a new group ID
and/or artifact ID.
|
static Relocation |
Relocation.newInstance()
Creates a new
Relocation instance. |
static Relocation |
Relocation.newInstance(boolean withDefaults)
Creates a new
Relocation instance using default values or not. |
Relocation |
Relocation.withArtifactId(String artifactId)
Creates a new
Relocation instance using the specified artifactId. |
Relocation |
Relocation.withGroupId(String groupId)
Creates a new
Relocation instance using the specified groupId. |
Relocation |
Relocation.withMessage(String message)
Creates a new
Relocation instance using the specified message. |
Relocation |
Relocation.withVersion(String version)
Creates a new
Relocation instance using the specified version. |
Modifier and Type | Method and Description |
---|---|
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. |
DistributionManagement.Builder |
DistributionManagement.Builder.relocation(Relocation relocation) |
DistributionManagement |
DistributionManagement.withRelocation(Relocation relocation)
Creates a new
DistributionManagement instance using the specified relocation. |
Modifier and Type | Method and Description |
---|---|
Relocation |
Relocation.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<Relocation> |
Relocation.relocationToApiV4(List<Relocation> list) |
Modifier and Type | Method and Description |
---|---|
static List<Relocation> |
Relocation.relocationToApiV3(List<Relocation> list) |
Constructor and Description |
---|
Relocation(Relocation delegate) |
Relocation(Relocation delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected Relocation |
MavenMerger.mergeRelocation(Relocation target,
Relocation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected Relocation |
MavenTransformer.transformRelocation(Relocation target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<Relocation> |
MavenMerger.getRelocationKey() |
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 Relocation |
MavenMerger.mergeRelocation(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) |
protected Relocation |
MavenTransformer.transformRelocation(Relocation target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.