public class SystemPropertiesProvider extends AbstractPropertiesProvider
PropertiesProvider that is backed by System Properties.| Constructor and Description |
|---|
SystemPropertiesProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key,
Object defaultValue)
Returns the value of the specified property.
|
getProperty, getRequiredPropertypublic Object getProperty(String key, Object defaultValue)
PropertiesProviderkey - The name of the requested property.Copyright © 2015 JBoss by Red Hat. All rights reserved.