public final class Dependency extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Dependency.Builder |
Modifier and Type | Method and Description |
---|---|
static Dependency.Builder |
builder() |
String |
getArtifactId() |
List<Exclusion> |
getExclusions() |
String |
getGroupId() |
DependencyScope |
getScope() |
com.google.common.base.Optional<String> |
getSystemPath() |
String |
getType() |
String |
getVersion() |
boolean |
isOptional() |
public static Dependency.Builder builder()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public DependencyScope getScope()
public com.google.common.base.Optional<String> getSystemPath()
public List<Exclusion> getExclusions()
public boolean isOptional()
Copyright © 2015 The Kuali Foundation. All rights reserved.