|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netflix.config.ConfigurationBackedDynamicPropertySupportImpl
public class ConfigurationBackedDynamicPropertySupportImpl
Constructor Summary | |
---|---|
ConfigurationBackedDynamicPropertySupportImpl(org.apache.commons.configuration.AbstractConfiguration config)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationBackedDynamicPropertySupportImpl(org.apache.commons.configuration.AbstractConfiguration config)
Method Detail |
---|
public java.lang.String getString(java.lang.String key)
DynamicPropertySupport
DynamicProperty
.
getString
in interface DynamicPropertySupport
key
- The name of the property
public 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 org.apache.commons.configuration.AbstractConfiguration getConfiguration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |