public abstract class AbstractPropertiesProvider extends Object implements PropertiesProvider
| Constructor and Description |
|---|
AbstractPropertiesProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key)
Returns the value of the specified property.
|
Object |
getRequiredProperty(String key)
Returns the value of the specified property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertypublic Object getProperty(String key)
PropertiesProvidernull if the property is not found.getProperty in interface PropertiesProviderkey - The name of the requested property.null if the
property is undefined.public Object getRequiredProperty(String key)
PropertiesProviderIllegalStateException if the property is not found.getRequiredProperty in interface PropertiesProviderkey - The name of the requested property.Copyright © 2014 JBoss by Red Hat. All rights reserved.