public interface DependencyQuery
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
getCoordinate()
Return the
Coordinate pattern for this query. |
org.jboss.forge.furnace.util.Predicate<Dependency> |
getDependencyFilter()
|
List<DependencyRepository> |
getDependencyRepositories()
Return the
DependencyRepository instances to be queried against. |
String |
getScopeType()
Return the scope type restriction for this query.
|
Coordinate getCoordinate()
Coordinate pattern for this query.String getScopeType()
org.jboss.forge.furnace.util.Predicate<Dependency> getDependencyFilter()
List<DependencyRepository> getDependencyRepositories()
DependencyRepository instances to be queried against. If none are provided, use system default
or externally-configured repositories.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.