public interface DynamicPropertySupport
In most cases, it will be much easier to use Apache Commons Configuration to
support DynamicProperty. However, this interface makes it possible for
DynamicProperty to work without relying on Apache Commons Configuration.
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigurationListener(PropertyListener expandedPropertyListener)
Add the property change listener.
|
java.lang.String |
getString(java.lang.String propName)
Get the string value of a given property.
|
java.lang.String getString(java.lang.String propName)
DynamicProperty.propName - The name of the propertyvoid addConfigurationListener(PropertyListener expandedPropertyListener)
DynamicProperty to
receive callback once a property is updated in the underlying DynamicPropertySupportexpandedPropertyListener - Listener to be added to DynamicPropertySupport