public static interface LibraryDescriptor.Dependency
| Modifier and Type | Interface and Description |
|---|---|
static class |
LibraryDescriptor.Dependency.From
Dependency on another LibraryDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Dependency artifact id.
|
String |
getClassifier()
Dependency classifier.
|
List<Pair<String,String>> |
getExcludedDependencies()
Return a list of dependencies that should be ignored from this dependency, with pairs of groupId/artifactId.
|
String |
getGroupId()
Dependency group id.
|
URI |
getKnownLocation()
Return the dependency location if explicitly specified.
|
VersionSpecification |
getVersionSpecification()
Dependency version specification.
|
boolean |
isOptional()
Return true if the dependency is optional.
|
String getGroupId()
String getArtifactId()
VersionSpecification getVersionSpecification()
String getClassifier()
boolean isOptional()
URI getKnownLocation()
Copyright © 2019. All rights reserved.