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