public interface Dependency
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact()
Gets the artifact being depended on.
|
java.util.Collection<Exclusion> |
getExclusions()
Gets the exclusions for this dependency.
|
java.lang.String |
getScope()
Gets the scope of the dependency.
|
boolean |
isOptional()
Indicates whether this dependency is optional or not.
|
Artifact getArtifact()
null.java.lang.String getScope()
null.boolean isOptional()
true if the dependency is (definitively) optional, false otherwise.java.util.Collection<Exclusion> getExclusions()
null.