Uses of Class
org.apache.maven.api.model.Relocation
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Relocation in org.apache.maven.api.model
Modifier and TypeMethodDescriptionRelocation.Builder.build()
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 newRelocation
instance.static Relocation
Relocation.newInstance
(boolean withDefaults) Creates a newRelocation
instance using default values or not.Relocation.withArtifactId
(String artifactId) Creates a newRelocation
instance using the specified artifactId.Relocation.withGroupId
(String groupId) Creates a newRelocation
instance using the specified groupId.Relocation.withMessage
(String message) Creates a newRelocation
instance using the specified message.Relocation.withVersion
(String version) Creates a newRelocation
instance using the specified version.Modifier and TypeMethodDescriptionstatic Relocation.Builder
Relocation.newBuilder
(Relocation from) Creates a newRelocation
builder instance using the specified object as a basis.static Relocation.Builder
Relocation.newBuilder
(Relocation from, boolean forceCopy) Creates a newRelocation
builder instance using the specified object as a basis.DistributionManagement.Builder.relocation
(Relocation relocation) DistributionManagement.withRelocation
(Relocation relocation) Creates a newDistributionManagement
instance using the specified relocation. -
Uses of Relocation in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List
<Relocation> Relocation.relocationToApiV4
(List<Relocation> list) Modifier and TypeMethodDescriptionstatic List
<Relocation> Relocation.relocationToApiV3
(List<Relocation> list) ModifierConstructorDescriptionRelocation
(Relocation delegate) Relocation
(Relocation delegate, BaseObject parent) -
Uses of Relocation in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected Relocation
MavenMerger.mergeRelocation
(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected Relocation
MavenTransformer.transformRelocation
(Relocation target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Relocation> MavenMerger.getRelocationKey()
Modifier and TypeMethodDescriptionprotected 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
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 Relocation
MavenTransformer.transformRelocation
(Relocation target) 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)