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