public class BuildMetadataResolver extends Object
| Constructor and Description |
|---|
BuildMetadataResolver(InitializrMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Dependency> |
dependencies(Build build)
|
boolean |
hasFacet(Build build,
String facet)
Specify if the given
Build has the given facet enabled. |
public BuildMetadataResolver(InitializrMetadata metadata)
public Stream<Dependency> dependencies(Build build)
Stream of dependency metadata that are defined
by the specified Build. If a dependency has no metadata it is skipped.build - the build to queryCopyright © 2019 Pivotal Software, Inc.. All rights reserved.