com.liferay.portal.kernel.util
Class SystemProperties
java.lang.Object
com.liferay.portal.kernel.util.SystemProperties
public class SystemProperties
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_PROPERTIES_QUIET
public static final String SYSTEM_PROPERTIES_QUIET
- See Also:
- Constant Field Values
SYSTEM_PROPERTIES_SET
public static final String SYSTEM_PROPERTIES_SET
- See Also:
- Constant Field Values
SYSTEM_PROPERTIES_SET_OVERRIDE
public static final String SYSTEM_PROPERTIES_SET_OVERRIDE
- See Also:
- Constant Field Values
TMP_DIR
public static final String TMP_DIR
- See Also:
- Constant Field Values
SystemProperties
public SystemProperties()
clear
public static void clear(String key)
get
public static String get(String key)
getProperties
public static Properties getProperties()
load
public static void load(ClassLoader classLoader)
set
public static void set(String key,
String value)