Liferay 6.2.0-ce-rc2

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 SYSTEM_PROPERTIES_QUIET
           
static String TMP_DIR
           
 
Constructor Summary
SystemProperties()
           
 
Method Summary
static String get(String key)
           
static String[] getArray(String key)
           
static Properties getProperties()
           
static void reload()
           
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

SYSTEM_PROPERTIES_QUIET

public static final String SYSTEM_PROPERTIES_QUIET
See Also:
Constant Field Values

TMP_DIR

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

SystemProperties

public SystemProperties()
Method Detail

get

public static String get(String key)

getArray

public static String[] getArray(String key)

getProperties

public static Properties getProperties()

reload

public static void reload()

set

public static void set(String key,
                       String value)

Liferay 6.2.0-ce-rc2