public final class BuildInfoProvider extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HAZELCAST_INTERNAL_OVERRIDE_ENTERPRISE |
static String |
HAZELCAST_INTERNAL_OVERRIDE_VERSION |
Modifier and Type | Method and Description |
---|---|
static BuildInfo |
getBuildInfo()
Parses
hazelcast-runtime.properties for BuildInfo ; also checks for overrides in System.properties. |
public static final String HAZELCAST_INTERNAL_OVERRIDE_VERSION
public static final String HAZELCAST_INTERNAL_OVERRIDE_ENTERPRISE
public static BuildInfo getBuildInfo()
hazelcast-runtime.properties
for BuildInfo
; also checks for overrides in System.properties.
Never cache result of this method in a static context - as it can change due versions overriding - this method
already does caching whenever it's possible - i.e. when overrides is disabled.Copyright © 2018 Hazelcast, Inc.. All rights reserved.