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