|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Merge several property set into one.
| Method Summary | |
java.util.Set |
getKeys()
Return the merged key set. |
Value |
getValue(java.lang.String key)
Return a preference among the sets or null if no suitable preference is found. |
boolean |
isReadOnly(java.lang.String key)
Say if the preference is marked as read only. |
| Method Detail |
public Value getValue(java.lang.String key) throws java.lang.IllegalArgumentException
key - the requested key
java.lang.IllegalArgumentException - if the key or the array is null
public boolean isReadOnly(java.lang.String key)
throws java.lang.IllegalArgumentException
key - the requested key
java.lang.IllegalArgumentException - if the key or the array is null
public java.util.Set getKeys()
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - if the array is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||