public class ConfigurationBackedDynamicPropertySupportImpl extends java.lang.Object implements DynamicPropertySupport
| Constructor and Description |
|---|
ConfigurationBackedDynamicPropertySupportImpl(org.apache.commons.configuration.AbstractConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigurationListener(PropertyListener expandedConfigListener)
Add the property change listener.
|
org.apache.commons.configuration.AbstractConfiguration |
getConfiguration() |
java.lang.String |
getString(java.lang.String key)
Get the string value of a given property.
|
public ConfigurationBackedDynamicPropertySupportImpl(org.apache.commons.configuration.AbstractConfiguration config)
public java.lang.String getString(java.lang.String key)
DynamicPropertySupportDynamicProperty.getString in interface DynamicPropertySupportkey - The name of the propertypublic void addConfigurationListener(PropertyListener expandedConfigListener)
DynamicPropertySupportDynamicProperty to
receive callback once a property is updated in the underlying DynamicPropertySupportaddConfigurationListener in interface DynamicPropertySupportexpandedConfigListener - Listener to be added to DynamicPropertySupportpublic final org.apache.commons.configuration.AbstractConfiguration getConfiguration()