Modifier and Type | Method and Description |
---|---|
Relocation.Builder |
Relocation.Builder.artifactId(String artifactId) |
Relocation.Builder |
Relocation.Builder.groupId(String groupId) |
Relocation.Builder |
Relocation.Builder.location(Object key,
InputLocation location) |
Relocation.Builder |
Relocation.Builder.message(String message) |
static Relocation.Builder |
Relocation.newBuilder()
Creates a new
Relocation builder instance. |
static Relocation.Builder |
Relocation.newBuilder(boolean withDefaults)
Creates a new
Relocation builder instance using default values or not. |
static Relocation.Builder |
Relocation.newBuilder(Relocation from)
Creates a new
Relocation builder instance using the specified object as a basis. |
static Relocation.Builder |
Relocation.newBuilder(Relocation from,
boolean forceCopy)
Creates a new
Relocation builder instance using the specified object as a basis. |
Relocation.Builder |
Relocation.Builder.version(String version) |
Relocation.Builder |
Relocation.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.