|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This is the interface that needs to be implemented when providing an extension using the RSE persistence provider extension point. Implement this class to provide a specialized means of saving and restoring RSEDOM
| Method Summary | |
|---|---|
IStatus |
deleteProfile(String profileName,
IProgressMonitor monitor)
Removes a profile. |
String[] |
getSavedProfileNames()
|
RSEDOM |
loadRSEDOM(String profileName,
IProgressMonitor monitor)
Restores an RSE DOM given a profileName. |
boolean |
saveRSEDOM(RSEDOM dom,
IProgressMonitor monitor)
Persists an RSE DOM. |
| Method Detail |
public RSEDOM loadRSEDOM(String profileName,
IProgressMonitor monitor)
profileName - name of the Profile to loadmonitor -
public boolean saveRSEDOM(RSEDOM dom,
IProgressMonitor monitor)
dom - the RSE DOM to persistmonitor -
public String[] getSavedProfileNames()
public IStatus deleteProfile(String profileName,
IProgressMonitor monitor)
profileName - the name of the profile to removemonitor - the monitor for the operation
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||