|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySet
Provides access to settings.
The following types are supported:
| Method Summary | |
|---|---|
java.lang.Object |
getProperty(java.lang.String key)
Gets a setting value. |
java.lang.Object |
putProperty(java.lang.String key,
java.lang.Object value)
Puts a setting value. |
java.lang.Object |
removeProperty(java.lang.String key)
Removes a setting value |
| Method Detail |
|---|
java.lang.Object getProperty(java.lang.String key)
key - The setting key. Cannot be null
java.lang.Object putProperty(java.lang.String key,
java.lang.Object value)
key - Setting key. Cannot be nullvalue - Setting value. Must be one of String, List, Properties or null. a null value is equivalent to removeProperty(String)
java.lang.IllegalArgumentException - if value is not String, List, Properties or null.java.lang.Object removeProperty(java.lang.String key)
key - The setting key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||