public interface Dependency
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
getArtifact()
Returns the file representing this artifact
|
Coordinate |
getCoordinate()
Get the
Coordinate for this Dependency |
List<Coordinate> |
getExcludedCoordinates()
Returns the set of
Coordinate instances that are excluded from this Dependency child hierarchy. |
String |
getScopeType()
Get the scope type of this
Dependency |
boolean |
isOptional()
Returns if this dependency is optional
|
Coordinate getCoordinate()
Coordinate
for this Dependency
String getScopeType()
Dependency
FileResource<?> getArtifact() throws DependencyException
DependencyException
boolean isOptional()
List<Coordinate> getExcludedCoordinates()
Coordinate
instances that are excluded from this Dependency
child hierarchy.Copyright © 2016 JBoss by Red Hat. All rights reserved.