boolean getSystemPropertyAsBoolean (String propertyKey, boolean defaultValue)boolean getSystemPropertyAsBoolean (String propertyKey, boolean defaultValue)| Name | Type | Description |
|---|---|---|
propertyKey | String | The System property to get the value for. |
defaultValue | boolean | The value to return if the requested value is not present. |
| Type | Description |
|---|---|
boolean | The requested System property value as a boolean. |