|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.editor.internal.SystemAutosaveController
Singleton class for managing autosaves. Possible future enhancment: cancel (do we want to enable cancel on autosave?)
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
addEditor(SystemTextEditor editor)
Add a new editor to autosave list. |
void |
deleteBackup(SystemTextEditor editor)
Helper method for deleteing autoave backups |
File |
getBackupFile(IFile file)
Helper method for building autosave pathname for an IFile |
static SystemAutosaveController |
getInstance()
Returns the singleton isntance. |
boolean |
isAutosaveStale(IFile file)
Test if the autosave backup is from a previous version of the file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Method Detail |
public static SystemAutosaveController getInstance()
public void addEditor(SystemTextEditor editor)
public File getBackupFile(IFile file)
public void deleteBackup(SystemTextEditor editor)
public boolean isAutosaveStale(IFile file)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |