public interface BuildItemResolver
Build against an identifier.| Modifier and Type | Method and Description |
|---|---|
BillOfMaterials |
resolveBom(String id)
Resolve the
BillOfMaterials with the specified id. |
Dependency |
resolveDependency(String id)
Resolve the
Dependency with the specified id. |
MavenRepository |
resolveRepository(String id)
Resolve the
repository with the specified id. |
Dependency resolveDependency(String id)
Dependency with the specified id.id - the id of the dependencyDependency or null if none is foundBillOfMaterials resolveBom(String id)
BillOfMaterials with the specified id.id - the id of the bomBillOfMaterials or null if none is foundMavenRepository resolveRepository(String id)
repository with the specified id.id - the id of the bomMavenRepository or null if none is foundCopyright © 2019 Pivotal Software, Inc.. All rights reserved.