public static class Dependency.Builder extends Object implements org.apache.commons.lang3.builder.Builder<Dependency>
Constructor and Description |
---|
Dependency.Builder() |
Modifier and Type | Method and Description |
---|---|
Dependency |
build() |
Dependency.Builder |
withArtifactId(String artifactId) |
Dependency.Builder |
withExclusions(List<Exclusion> exclusions) |
Dependency.Builder |
withGroupId(String groupId) |
Dependency.Builder |
withOptional(boolean optional) |
Dependency.Builder |
withScope(DependencyScope scope) |
Dependency.Builder |
withSystemPath(com.google.common.base.Optional<String> systemPath) |
Dependency.Builder |
withType(String type) |
Dependency.Builder |
withVersion(String version) |
public Dependency.Builder()
public Dependency.Builder withGroupId(String groupId)
public Dependency.Builder withArtifactId(String artifactId)
public Dependency.Builder withVersion(String version)
public Dependency.Builder withScope(DependencyScope scope)
public Dependency.Builder withSystemPath(com.google.common.base.Optional<String> systemPath)
public Dependency.Builder withExclusions(List<Exclusion> exclusions)
public Dependency.Builder withOptional(boolean optional)
public Dependency.Builder withType(String type)
public Dependency build()
build
in interface org.apache.commons.lang3.builder.Builder<Dependency>
Copyright © 2015 The Kuali Foundation. All rights reserved.