Uses of Class
org.apache.maven.api.model.Relocation
Packages that use Relocation
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Relocation in org.apache.maven.api.model
Fields in org.apache.maven.api.model declared as RelocationModifier and TypeFieldDescription(package private) Relocation
Relocation.Builder.base
(package private) Relocation
DistributionManagement.Builder.relocation
(package private) final Relocation
DistributionManagement.relocation
Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.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.Constructors in org.apache.maven.api.model with parameters of type 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) private Relocation
MavenStaxReader.parseRelocation
(XMLStreamReader parser, boolean strict, InputSource source) 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 Relocation.Builder
MavenTransformer.transformRelocation_ArtifactId
(Supplier<? extends Relocation.Builder> creator, Relocation.Builder builder, Relocation target) protected Relocation.Builder
MavenTransformer.transformRelocation_GroupId
(Supplier<? extends Relocation.Builder> creator, Relocation.Builder builder, Relocation target) protected Relocation.Builder
MavenTransformer.transformRelocation_Message
(Supplier<? extends Relocation.Builder> creator, Relocation.Builder builder, Relocation target) protected Relocation.Builder
MavenTransformer.transformRelocation_Version
(Supplier<? extends Relocation.Builder> creator, Relocation.Builder builder, Relocation target) private void
MavenStaxWriter.writeRelocation
(String tagName, Relocation relocation, XMLStreamWriter serializer)