| Package | Description |
|---|---|
| org.jboss.forge.dependencies | |
| org.jboss.forge.dependencies.builder | |
| org.jboss.forge.dependencies.collection |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
DependencyQuery.getCoordinate() |
Coordinate |
Dependency.getCoordinate()
Get the
Coordinate for this Dependency |
| Modifier and Type | Method and Description |
|---|---|
List<Coordinate> |
Dependency.getExcludedCoordinates()
Returns the set of
Coordinate instances that are excluded from this Dependency child hierarchy. |
List<Coordinate> |
DependencyResolver.resolveVersions(DependencyQuery query)
Resolve the versions from a
Dependency object contained in the DependencyQuery object. |
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateBuilder |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
DependencyQueryBuilder.getCoordinate() |
| Modifier and Type | Method and Description |
|---|---|
List<Coordinate> |
DependencyBuilder.getExcludedCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
DependencyBuilder |
DependencyBuilder.addExclusion(Coordinate coordinate) |
static CoordinateBuilder |
CoordinateBuilder.create(Coordinate c) |
static DependencyQueryBuilder |
DependencyQueryBuilder.create(Coordinate coordinate) |
DependencyBuilder |
DependencyBuilder.setCoordinate(Coordinate coordinate) |
| Modifier and Type | Method and Description |
|---|---|
DependencyBuilder |
DependencyBuilder.setExcludedCoordinates(List<Coordinate> coordinates) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DependencyNodeUtil.isForgeAddon(Coordinate coordinate)
Check if the
Dependency object is pointing to a Forge Addon artifact |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.