Class SystemConfig

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

public final class SystemConfig extends Object
  • Field Details

  • Method Details

    • getInstanceByProps

      public static SystemConfig getInstanceByProps(Hashtable properties)
    • getPlatformHome

      public File getPlatformHome()
      Returns:
      the platformHome
    • getBootstrapBinDir

      public File getBootstrapBinDir()
      Returns:
      the bootstrapBinDir
    • getConfigDir

      public File getConfigDir()
      Returns:
      the configDir
    • getBinDir

      public File getBinDir()
      Returns:
      the binDir
    • getDataDir

      public File getDataDir()
      Returns:
      the dataDir
    • getLogDir

      public File getLogDir()
      Returns:
      the logDir
    • getTempDir

      public File getTempDir()
      Returns:
      the tempDir
    • replaceProperties

      public String replaceProperties(String path)
    • getDir

      public String getDir(String property)
    • getIgnoreClassLoaderRuleParamList

      public List<IgnoreClassLoaderRuleParam> getIgnoreClassLoaderRuleParamList()