public final class SystemProperties
extends java.lang.Object
SystemInfo
Modifier and Type | Method and Description |
---|---|
static boolean |
getBooleanProperty(java.lang.String key,
boolean defaultValue)
Returns the value of given property as a boolean, or
defaultValue if the property is not specified or malformed. |
static float |
getFloatProperty(java.lang.String key,
float defaultValue) |
static int |
getIntProperty(java.lang.String key,
int defaultValue)
Returns the value of given property as integer, or
defaultValue if the property is not specified or malformed. |
static java.lang.String |
getJavaHome() |
static java.lang.String |
getJavaVersion()
Deprecated.
|
static java.lang.String |
getJavaVmVendor()
Deprecated.
|
static java.lang.String |
getLineSeparator() |
static java.lang.String |
getOsName()
Deprecated.
|
static java.lang.String |
getUserHome() |
static java.lang.String |
getUserName() |
static boolean |
has(java.lang.String key) |
static boolean |
is(java.lang.String key) |
static boolean |
isTrueSmoothScrollingEnabled() |
static void |
setTestUserName(java.lang.String name) |
public static java.lang.String getUserHome()
public static java.lang.String getUserName()
public static void setTestUserName(java.lang.String name)
public static java.lang.String getLineSeparator()
@Deprecated public static java.lang.String getOsName()
SystemInfo.OS_NAME
@Deprecated public static java.lang.String getJavaVersion()
SystemInfo.JAVA_VERSION
@Deprecated public static java.lang.String getJavaVmVendor()
SystemInfo.JAVA_VENDOR
public static java.lang.String getJavaHome()
public static int getIntProperty(java.lang.String key, int defaultValue)
defaultValue
if the property is not specified or malformed.public static float getFloatProperty(java.lang.String key, float defaultValue)
public static boolean getBooleanProperty(java.lang.String key, boolean defaultValue)
defaultValue
if the property is not specified or malformed.public static boolean is(java.lang.String key)
public static boolean has(java.lang.String key)
public static boolean isTrueSmoothScrollingEnabled()