public final class ConfigUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENV_PROPERTIES_PREFIX |
| Constructor and Description |
|---|
ConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getConfigDirPath(Class clazz) |
static PlatformConfig |
getPlatformConfig(Class clazz) |
static SystemConfig |
getSystemConfig(String platformHome) |
static Collection<String> |
loadInstalledTenantIDsFromConfig(PlatformConfig platformConfig) |
static void |
loadLog4JProperties(Properties props,
Class clazz) |
static void |
loadRuntimeProperties(Properties props,
PlatformConfig platformConfig) |
public static final String ENV_PROPERTIES_PREFIX
public static SystemConfig getSystemConfig(String platformHome)
public static Collection<String> loadInstalledTenantIDsFromConfig(PlatformConfig platformConfig)
public static void loadRuntimeProperties(Properties props, PlatformConfig platformConfig)
public static PlatformConfig getPlatformConfig(Class clazz)
public static void loadLog4JProperties(Properties props, Class clazz)
Copyright © 2017 SAP SE. All Rights Reserved.