Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class SystemProperties

java.lang.Object
  extended by com.liferay.portal.kernel.util.SystemProperties

public class SystemProperties
extends Object


Field Summary
static String SYSTEM_PROPERTIES_FINAL
           
static String SYSTEM_PROPERTIES_LOAD
           
static String TMP_DIR
           
 
Method Summary
static String get(String key)
           
static String[] getArray(String key)
           
static Properties getProperties()
           
static void set(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_PROPERTIES_FINAL

public static final String SYSTEM_PROPERTIES_FINAL
See Also:
Constant Field Values

SYSTEM_PROPERTIES_LOAD

public static final String SYSTEM_PROPERTIES_LOAD
See Also:
Constant Field Values

TMP_DIR

public static final String TMP_DIR
See Also:
Constant Field Values
Method Detail

get

public static String get(String key)

getArray

public static String[] getArray(String key)

getProperties

public static Properties getProperties()

set

public static void set(String key,
                       String value)

Liferay 6.1.2-ce-ga3