public class LocalPlatformEnvironment extends Object implements PlatformEnvironment
INSTANCE| Constructor and Description |
|---|
LocalPlatformEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationProperties |
getApplicationProperties()
Provides application specific properties.
|
String |
getFeatureName() |
Stream<ServiceBinding> |
getServiceBindings()
Provides the available service bindings.
|
boolean |
isActiveFeature()
Checks if the feature is activated
|
public ApplicationProperties getApplicationProperties()
PlatformEnvironmentgetApplicationProperties in interface PlatformEnvironmentnull if not availablepublic Stream<ServiceBinding> getServiceBindings()
PlatformEnvironmentgetServiceBindings in interface PlatformEnvironmentpublic boolean isActiveFeature()
FeatureisActiveFeature in interface Featurepublic String getFeatureName()
getFeatureName in interface FeatureCopyright © 2021. All rights reserved.