public class SystemProperties
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_PROPERTIES_QUIET |
static String |
SYSTEM_PROPERTIES_SET |
static String |
SYSTEM_PROPERTIES_SET_OVERRIDE |
static String |
TMP_DIR |
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final String SYSTEM_PROPERTIES_QUIET
public static final String SYSTEM_PROPERTIES_SET
public static final String SYSTEM_PROPERTIES_SET_OVERRIDE
public static final String TMP_DIR