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