public interface PropertiesProvider
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key)
Returns the value of the specified property.
|
Object |
getProperty(String key,
Object defaultValue)
Returns the value of the specified property.
|
Object getProperty(String key)
null if the property is not found.key - The name of the requested property.null if the
property is undefined.Object getProperty(String key, Object defaultValue)
key - The name of the requested property.Copyright © 2014 JBoss by Red Hat. All rights reserved.