Modifier and Type | Field and Description |
---|---|
private static final InternalLogger |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static boolean | |
public static String | |
public static String | Returns: the property value.def if there's no such property or if an access to the
specified property is not allowed.Returns the value of the Java system property with the specified
|
public static boolean | Returns: the property value.def if there's no such property or if an access to the
specified property is not allowed.Returns the value of the Java system property with the specified
|
public static int | |
public static long |
logger | back to summary |
---|---|
private static final InternalLogger logger |
SystemPropertyUtil | back to summary |
---|---|
private SystemPropertyUtil() |
contains | back to summary |
---|---|
public static boolean contains(String key) Returns |
get | back to summary |
---|---|
public static String get(String key) Returns the value of the Java system property with the specified
|
get | back to summary |
---|---|
public static String get(final String key, String def) Returns the value of the Java system property with the specified
|
getBoolean | back to summary |
---|---|
public static boolean getBoolean(String key, boolean def) Returns the value of the Java system property with the specified
|
getInt | back to summary |
---|---|
public static int getInt(String key, int def) Returns the value of the Java system property with the specified
|
getLong | back to summary |
---|---|
public static long getLong(String key, long def) Returns the value of the Java system property with the specified
|