Class ConfigUtil

java.lang.Object
de.hybris.bootstrap.config.ConfigUtil

public final class ConfigUtil extends Object
  • Field Details

  • Constructor Details

    • ConfigUtil

      public ConfigUtil()
  • Method Details

    • getSystemConfig

      public static SystemConfig getSystemConfig(String platformHome)
    • loadInstalledTenantIDsFromConfig

      public static Collection<String> loadInstalledTenantIDsFromConfig(PlatformConfig platformConfig)
    • loadRuntimeProperties

      public static void loadRuntimeProperties(Properties props, PlatformConfig platformConfig)
    • getPropertyOrEnv

      public static String getPropertyOrEnv(String name)
    • getPlatformConfig

      public static PlatformConfig getPlatformConfig(Class clazz)
    • getConfigDirPath

      public static String getConfigDirPath(Class clazz)
    • loadLog4JProperties

      public static void loadLog4JProperties(Properties props, Class clazz)
    • loadVelocityProperties

      public static void loadVelocityProperties(Properties props, Class clazz)
    • unescapeProperty

      public static String unescapeProperty(String propertyValue)