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_FINAL
@Deprecated
public static final String SYSTEM_PROPERTIES_FINAL
- Deprecated. As of 7.0.0, with no direct replacement
- See Also:
- Constant Field Values
SYSTEM_PROPERTIES_LOAD
@Deprecated
public static final String SYSTEM_PROPERTIES_LOAD
- Deprecated. As of 7.0.0, with no direct replacement
- See Also:
- Constant Field Values
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()
get
public static String get(String key)
getArray
@Deprecated
public static String[] getArray(String key)
- Deprecated. As of 7.0.0, with no direct replacement
getProperties
public static Properties getProperties()
reload
@Deprecated
public static void reload()
- Deprecated. As of 7.0.0, with no direct replacement
set
public static void set(String key,
String value)