Modifier and Type | Method and Description |
---|---|
static BillOfMaterials |
toBom(BillOfMaterials bom)
Return a
Build bom from a bom metadata . |
static Dependency |
toDependency(Dependency dependency)
Return an
Build dependency from a dependency metadata . |
static MavenRepository |
toRepository(String id,
Repository repository)
Return a
Build repository from a repository metadata . |
public static Dependency toDependency(Dependency dependency)
Build
dependency from a dependency metadata
.dependency
- a dependency metadatapublic static BillOfMaterials toBom(BillOfMaterials bom)
Build
bom from a bom metadata
.bom
- a metadata bompublic static MavenRepository toRepository(String id, Repository repository)
Build
repository from a repository metadata
.id
- the repository idrepository
- a repository metadataCopyright © 2022 Pivotal Software, Inc.. All rights reserved.