Package de.hybris.bootstrap.config
Class SystemConfig
- java.lang.Object
-
- de.hybris.bootstrap.config.SystemConfig
-
public final class SystemConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PLATFORM_HOME
static java.lang.String
PROPERTY_BIN_DIR
static java.lang.String
PROPERTY_BOOTSTRAP_BIN_DIR
static java.lang.String
PROPERTY_CONFIG_DIR
static java.lang.String
PROPERTY_DATA_DIR
static java.lang.String
PROPERTY_LOG_DIR
static java.lang.String
PROPERTY_TEMP_DIR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getBinDir()
java.io.File
getBootstrapBinDir()
java.io.File
getConfigDir()
java.io.File
getDataDir()
java.lang.String
getDir(java.lang.String property)
java.util.List<IgnoreClassLoaderRuleParam>
getIgnoreClassLoaderRuleParamList()
static SystemConfig
getInstanceByProps(java.util.Hashtable properties)
java.io.File
getLogDir()
java.io.File
getPlatformHome()
java.io.File
getTempDir()
java.lang.String
replaceProperties(java.lang.String path)
-
-
-
Field Detail
-
PLATFORM_HOME
public static final java.lang.String PLATFORM_HOME
- See Also:
- Constant Field Values
-
PROPERTY_BIN_DIR
public static final java.lang.String PROPERTY_BIN_DIR
- See Also:
- Constant Field Values
-
PROPERTY_CONFIG_DIR
public static final java.lang.String PROPERTY_CONFIG_DIR
- See Also:
- Constant Field Values
-
PROPERTY_BOOTSTRAP_BIN_DIR
public static final java.lang.String PROPERTY_BOOTSTRAP_BIN_DIR
- See Also:
- Constant Field Values
-
PROPERTY_DATA_DIR
public static final java.lang.String PROPERTY_DATA_DIR
- See Also:
- Constant Field Values
-
PROPERTY_LOG_DIR
public static final java.lang.String PROPERTY_LOG_DIR
- See Also:
- Constant Field Values
-
PROPERTY_TEMP_DIR
public static final java.lang.String PROPERTY_TEMP_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstanceByProps
public static SystemConfig getInstanceByProps(java.util.Hashtable properties)
-
getPlatformHome
public java.io.File getPlatformHome()
- Returns:
- the platformHome
-
getBootstrapBinDir
public java.io.File getBootstrapBinDir()
- Returns:
- the bootstrapBinDir
-
getConfigDir
public java.io.File getConfigDir()
- Returns:
- the configDir
-
getBinDir
public java.io.File getBinDir()
- Returns:
- the binDir
-
getDataDir
public java.io.File getDataDir()
- Returns:
- the dataDir
-
getLogDir
public java.io.File getLogDir()
- Returns:
- the logDir
-
getTempDir
public java.io.File getTempDir()
- Returns:
- the tempDir
-
replaceProperties
public java.lang.String replaceProperties(java.lang.String path)
-
getDir
public java.lang.String getDir(java.lang.String property)
-
getIgnoreClassLoaderRuleParamList
public java.util.List<IgnoreClassLoaderRuleParam> getIgnoreClassLoaderRuleParamList()
-
-