public class CoreUtilities
extends java.lang.Object
| Constructor and Description |
|---|
CoreUtilities(PlatformConfig config,
boolean standaloneMode,
int clusterNode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAllConfigProps() |
java.util.List<java.lang.String> |
getAllConfiguredExtensionNames() |
java.lang.String |
getConfigProperty(java.lang.String key)
Gets a configuration property from platform properties
|
java.lang.String |
getConfigProperty(java.lang.String key,
java.lang.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 java.util.Map<java.lang.String,java.lang.String> getAllConfigProps()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic java.util.List<java.lang.String> getAllConfiguredExtensionNames()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic java.lang.String getConfigProperty(java.lang.String key)
public java.lang.String getConfigProperty(java.lang.String key,
java.lang.String defaultValue)
Copyright © 2018 SAP SE. All Rights Reserved.