Uses of Class
org.apache.maven.api.model.Relocation.Builder
-
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.