|
Forge - Dependencies API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dependency
Represents a project library dependency.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
Coordinate getCoordinate()
Coordinate for this Dependency
String getScopeType()
Dependency
FileResource<?> getArtifact()
throws DependencyException
DependencyExceptionboolean isOptional()
List<Coordinate> getExcludedCoordinates()
Coordinate instances that are excluded from this Dependency child hierarchy.
|
Forge - Dependencies API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||