Package | Description |
---|---|
com.cerner.beadledom.metadata |
Modifier and Type | Method and Description |
---|---|
abstract BuildInfo |
BuildInfo.Builder.build() |
static BuildInfo |
BuildInfo.create(Properties properties)
Create an instance using the given properties.
|
abstract BuildInfo |
ServiceMetadata.getBuildInfo()
Returns the build details of the assembly.
|
static BuildInfo |
BuildInfo.load(InputStream propertiesStream)
Creates an instance using properties from the given stream (which must be in property file
format).
|
Modifier and Type | Method and Description |
---|---|
static BuildInfo.Builder |
BuildInfo.builder(BuildInfo buildInfo) |
static ServiceMetadata |
ServiceMetadata.create(BuildInfo buildInfo)
Creates an instance of
ServiceMetadata with the given build info, using the current
time for startup time and determining the host name automatically. |
abstract ServiceMetadata.Builder |
ServiceMetadata.Builder.setBuildInfo(BuildInfo buildInfo) |
Copyright © 2020 Cerner Innovation, Inc.. All rights reserved.