com.liferay.util
Class SystemProperties
java.lang.Object
com.liferay.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_LOAD
public static final String SYSTEM_PROPERTIES_LOAD
- See Also:
- Constant Field Values
SYSTEM_PROPERTIES_FINAL
public static final String SYSTEM_PROPERTIES_FINAL
- See Also:
- Constant Field Values
TMP_DIR
public static final String TMP_DIR
- See Also:
- Constant Field Values
get
public static String get(String key)
set
public static void set(String key,
String value)
getArray
public static String[] getArray(String key)
getProperties
public static Properties getProperties()