|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlSettingsReaderWriter
Interface for supporting pluggable xml persistence implementations.
| Method Summary | |
|---|---|
RootXmlSettings |
read(String key)
Reads the settings with the given key from the backing store. |
void |
write(RootXmlSettings settings)
Writes the given settings to the backing store. |
| Method Detail |
|---|
void write(RootXmlSettings settings)
throws SettingsException
settings - the settings
SettingsException - wraps any exception thrown by the backing store
RootXmlSettings read(String key)
throws SettingsException
key - the key
SettingsException - wraps any exception thrown by the backing store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||