Uses of Class
org.apache.maven.api.model.Relocation
Packages that use Relocation
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Relocation in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return RelocationModifier 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.Methods in org.apache.maven.api.model with parameters of type RelocationModifier 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
Methods in org.apache.maven.model that return RelocationMethods in org.apache.maven.model that return types with arguments of type RelocationModifier and TypeMethodDescriptionstatic List<Relocation>
Relocation.relocationToApiV4
(List<Relocation> list) Method parameters in org.apache.maven.model with type arguments of type RelocationModifier and TypeMethodDescriptionstatic List<Relocation>
Relocation.relocationToApiV3
(List<Relocation> list) Constructors in org.apache.maven.model with parameters of type RelocationModifierConstructorDescriptionRelocation
(Relocation delegate) Relocation
(Relocation delegate, BaseObject parent) -
Uses of Relocation in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return RelocationModifier and TypeMethodDescriptionprotected Relocation
MavenMerger.mergeRelocation
(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected Relocation
MavenTransformer.transformRelocation
(Relocation target) Methods in org.apache.maven.model.v4 that return types with arguments of type RelocationModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Relocation>
MavenMerger.getRelocationKey()
Methods in org.apache.maven.model.v4 with parameters of type RelocationModifier 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)