|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicProperty
Method Summary | |
---|---|
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 |
Method Detail |
---|
boolean setProperty(String name, Object value)
name
- value
- Object getProperty(String key)
key
-
Iterator<String> getPropertyNames()
void removeProperty(String key)
key
-
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |