public class CoreUtilities extends Object
| Constructor and Description |
|---|
CoreUtilities(PlatformConfig config,
boolean standaloneMode,
int clusterNode) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllConfigProps() |
List<String> |
getAllConfiguredExtensionNames() |
String |
getConfigProperty(String key)
Gets a configuration property from platform properties
|
String |
getConfigProperty(String key,
String defaultValue)
Gets a configuration property from platform properties with fallback to default value if null
|
ConfigIntf |
getPlatformConfig() |
public CoreUtilities(PlatformConfig config, boolean standaloneMode, int clusterNode)
public ConfigIntf getPlatformConfig()
public Map<String,String> getAllConfigProps() throws IllegalStateException
IllegalStateExceptionpublic List<String> getAllConfiguredExtensionNames() throws IllegalStateException
IllegalStateExceptionpublic String getConfigProperty(String key)
Copyright © 2017 SAP SE. All Rights Reserved.