public interface IDynamicProperty
| Modifier and Type | Method and Description | 
|---|---|
| Object | getProperty(String key)get current config | 
| Iterator<String> | getPropertyNames()Get all properties keys | 
| void | removeProperty(String key)remove a configured property. | 
| boolean | setProperty(String name,
           Object value)set config attributes with reflect | 
boolean setProperty(String name, Object value)
name - value - Iterator<String> getPropertyNames()
void removeProperty(String key)
key - Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.