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