Liferay 7.0-ce-b4

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_QUIET
           
static String SYSTEM_PROPERTIES_SET
           
static String SYSTEM_PROPERTIES_SET_OVERRIDE
           
static String TMP_DIR
           
 
Constructor Summary
SystemProperties()
           
 
Method Summary
static void clear(String key)
           
static String get(String key)
           
static Properties getProperties()
           
static void load(ClassLoader classLoader)
           
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_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
Constructor Detail

SystemProperties

public SystemProperties()
Method Detail

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)

Liferay 7.0-ce-b4