|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemRemoteEditResourceManager
This manager class manages remote resources.
Method Summary | |
---|---|
Object |
getEditObject(ISystemRemotePath key)
Get a remote edit object given the remote path as a key. |
Object |
putEditObject(ISystemRemotePath key,
Object editObj)
Store a remote edit object with the given remote path as the key. |
void |
restore()
Restore the edit object information from disk. |
void |
save()
Save the edit object information to disk. |
Methods inherited from interface org.eclipse.rse.files.ui.resources.ISystemRemoteManager |
---|
shutdown, startup |
Method Detail |
---|
Object putEditObject(ISystemRemotePath key, Object editObj)
key
- remote path to use as a keyeditObj
- editbable object
Object getEditObject(ISystemRemotePath key)
key
- remote path as a key
void save()
void restore()
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |