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