Uses of Class
org.apache.maven.api.model.Relocation.Builder
-
Uses of Relocation.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Relocation.BuilderModifier and TypeMethodDescriptionRelocation.Builder.artifactId(String artifactId) Relocation.Builder.location(Object key, InputLocation location) static Relocation.BuilderRelocation.newBuilder()Creates a newRelocationbuilder instance.static Relocation.BuilderRelocation.newBuilder(boolean withDefaults) Creates a newRelocationbuilder instance using default values or not.static Relocation.BuilderRelocation.newBuilder(Relocation from) Creates a newRelocationbuilder instance using the specified object as a basis.static Relocation.BuilderRelocation.newBuilder(Relocation from, boolean forceCopy) Creates a newRelocationbuilder instance using the specified object as a basis.Relocation.with()Creates a new builder with this object as the basis.