public class SubstitutionPropertiesProvider extends AbstractPropertiesProvider
PropertiesProvider that is applying placeholder substitution based on the property values of an external PropertiesProvider.| Constructor and Description |
|---|
SubstitutionPropertiesProvider(PropertiesProvider delegate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key,
Object defaultValue)
Returns the value of the specified property.
|
getProperty, getRequiredPropertypublic SubstitutionPropertiesProvider(PropertiesProvider delegate)
public Object getProperty(String key, Object defaultValue)
PropertiesProviderkey - The name of the requested property.Copyright © 2014 JBoss by Red Hat. All rights reserved.