public final class SystemProperty
extends java.lang.Object
Constructor and Description |
---|
SystemProperty() |
Modifier and Type | Method and 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 © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.