public interface Dependencies extends Iterable<Dependency>
Dependency| Modifier and Type | Method and Description |
|---|---|
Dependency |
find(String artifactId)
Find a single dependency for the artifact IDs.
|
Dependency |
find(String groupId,
String artifactId)
Find a single dependency for the given group and artifact IDs.
|
Iterator<Dependency> |
iterator()
Provide an
Iterator over all managed Dependencies. |
Dependency find(String groupId, String artifactId)
groupId - the group IDartifactId - the artifact IDDependency or nullDependency find(String artifactId)
artifactId - the artifact IDDependency or nullIterator<Dependency> iterator()
Iterator over all managed Dependencies.iterator in interface Iterable<Dependency>Copyright © 2015 Pivotal Software, Inc.. All rights reserved.