Uses of Class
org.apache.maven.api.model.Relocation.Builder
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Relocation.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionRelocation.Builder.artifactId
(String artifactId) Relocation.Builder.location
(Object key, InputLocation location) static Relocation.Builder
Relocation.newBuilder()
Creates a newRelocation
builder instance.static Relocation.Builder
Relocation.newBuilder
(boolean withDefaults) Creates a newRelocation
builder instance using default values or not.static 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.Relocation.with()
Creates a new builder with this object as the basis. -
Uses of Relocation.Builder in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergeRelocation
(Relocation.Builder builder, 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 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)