|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Saveable
| 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 |
|---|
static final java.lang.String SAVE_DIRECTORY_PARAM
static final java.lang.String ALL_SAVE_ATTRIB
static final java.lang.String PATH_ATTRIB
| Method Detail |
|---|
void backup(SaveParameters save_config)
throws SDXException
save-config - contains the save-directory and other options (among the implementations)
an - SDXException if there is an error
SDXException
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 | ||||||||