Package de.hybris.platform.util
Class CoreUtilities
java.lang.Object
de.hybris.platform.util.CoreUtilities
A registry free util for getting a platform properties, extension info, tenant info.
-
Constructor Summary
ConstructorsConstructorDescriptionCoreUtilities(PlatformConfig config, boolean standaloneMode, int clusterNode) -
Method Summary
Modifier and TypeMethodDescriptiongetConfigProperty(String key) Gets a configuration property from platform propertiesgetConfigProperty(String key, String defaultValue) Gets a configuration property from platform properties with fallback to default value if null
-
Constructor Details
-
CoreUtilities
-
-
Method Details
-
getPlatformConfig
-
getAllConfigProps
- Throws:
IllegalStateException
-
getAllConfiguredExtensionNames
- Throws:
IllegalStateException
-
getConfigProperty
Gets a configuration property from platform properties -
getConfigProperty
Gets a configuration property from platform properties with fallback to default value if null
-