public interface BuildItemResolver
Build against an identifier.| Modifier and Type | Field and Description |
|---|---|
static SimpleBuildItemResolver |
NO_OP
A default
BuildItemResolver that bypass resolution. |
| 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. |
static final SimpleBuildItemResolver NO_OP
BuildItemResolver that bypass resolution.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 © 2022 Pivotal Software, Inc.. All rights reserved.