|
|||||||||
| 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)
DynamicPropertySupportDynamicProperty.
getString in interface DynamicPropertySupportkey - The name of the property
public void addConfigurationListener(PropertyListener expandedConfigListener)
DynamicPropertySupportDynamicProperty to
receive callback once a property is updated in the underlying DynamicPropertySupport
addConfigurationListener in interface DynamicPropertySupportexpandedConfigListener - Listener to be added to DynamicPropertySupportpublic final org.apache.commons.configuration.AbstractConfiguration getConfiguration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||