public final class SystemProperty extends Object
Constructor and Description |
---|
SystemProperty() |
Modifier and Type | Method and Description |
---|---|
static String |
get(String property,
String def)
Query the System properties for a particular property.
|
public static final String get(String property, String def)
property
- The property to getdef
- The value to return if the property is not accessible or not set.Copyright ? 2017 Jason Hunter, Brett McLaughlin. All Rights Reserved.