Package de.hybris.bootstrap.config
Class ConfigUtil
java.lang.Object
de.hybris.bootstrap.config.ConfigUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetConfigDirPath(Class clazz) static PlatformConfiggetPlatformConfig(Class clazz) static StringgetPropertyOrEnv(String name) static SystemConfiggetSystemConfig(String platformHome) static Collection<String>loadInstalledTenantIDsFromConfig(PlatformConfig platformConfig) static voidloadLog4JProperties(Properties props, Class clazz) static voidloadRuntimeProperties(Properties props, PlatformConfig platformConfig) static voidloadVelocityProperties(Properties props, Class clazz) static StringunescapeProperty(String propertyValue)
-
Field Details
-
ENV_PROPERTIES_PREFIX
- See Also:
-
-
Constructor Details
-
ConfigUtil
public ConfigUtil()
-
-
Method Details
-
getSystemConfig
-
loadInstalledTenantIDsFromConfig
-
loadRuntimeProperties
-
getPropertyOrEnv
-
getPlatformConfig
-
getConfigDirPath
-
loadLog4JProperties
-
loadVelocityProperties
-
unescapeProperty
-