|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreferencesManager
Service that can read and write preferences as beans. It uses Java 1.4 preferences API.
Each preference is identified by a name and configured in
hiveutils.Preferences
configuration point.
Method Summary | |
---|---|
java.lang.Object |
read(java.lang.String name)
Read preferences as a bean. |
void |
write(java.lang.String name)
Require to write a bean to preferences store. |
Method Detail |
---|
java.lang.Object read(java.lang.String name)
name
- unique name of the preferences bean to read
null
if
name
is not configured in hiveutils.Preferences
.void write(java.lang.String name)
name
- unique name of the preferences bean to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |