|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
ALL_SAVE_ATTRIB
Attribute of the save configuration file |
static java.lang.String |
PATH_ATTRIB
|
static java.lang.String |
SAVE_DIRECTORY_PARAM
Constants to retrieve the save directory in the SaveParameters |
Method Summary | |
void |
backup(SaveParameters save_config)
The backup method gives a way to an object to save its data |
void |
restore(SaveParameters save_config)
The restore method gives a way to an object to restore its data from a backup. |
Field Detail |
public static final java.lang.String SAVE_DIRECTORY_PARAM
public static final java.lang.String ALL_SAVE_ATTRIB
public static final java.lang.String PATH_ATTRIB
Method Detail |
public void backup(SaveParameters save_config) throws SDXException
an
- SDXException if there is an error
SDXException
public void restore(SaveParameters save_config) throws SDXException
save_config
-
an
- SDXException if there is an error
SDXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |