|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PersistentProperties.Store
this class defines the way the properties are made persistent and read. A Store could be a properties file or a database for example.
| Method Summary | |
|---|---|
void |
commit()
will save the properties registered for this store |
void |
storeIsFor(PersistentProperties props)
should be normally part of the constructor: call this method only once! |
void |
update()
will read the Properties registered by this store |
| Method Detail |
|---|
void storeIsFor(PersistentProperties props)
props -
void commit()
throws IOException
IOException
void update()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||