public final class LocalHistoryImpl extends LocalHistory implements Disposable
Disposable.ParentVFS_EVENT_REQUESTOR| Constructor and Description |
|---|
LocalHistoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVFSListenerAfterLocalHistoryOne(BulkFileListener virtualFileListener,
Disposable disposable) |
void |
cleanupForNextTest() |
void |
dispose()
Usually not invoked directly, see class javadoc.
|
byte [] |
getByteContent(VirtualFile f,
FileRevisionTimestampComparator c) |
LocalHistoryFacade |
getFacade() |
IdeaGateway |
getGateway() |
static LocalHistoryImpl |
getInstanceImpl() |
static java.io.File |
getStorageDir() |
boolean |
isUnderControl(VirtualFile f) |
Label |
putSystemLabel(Project p,
java.lang.String name,
int color) |
Label |
putUserLabel(Project p,
java.lang.String name) |
LocalHistoryAction |
startAction(java.lang.String name) |
getInstance, putSystemLabelpublic static LocalHistoryImpl getInstanceImpl()
public static java.io.File getStorageDir()
public void dispose()
Disposabledispose in interface Disposablepublic void cleanupForNextTest()
public LocalHistoryAction startAction(java.lang.String name)
startAction in class LocalHistorypublic Label putUserLabel(Project p, java.lang.String name)
putUserLabel in class LocalHistorypublic Label putSystemLabel(Project p, java.lang.String name, int color)
putSystemLabel in class LocalHistorypublic void addVFSListenerAfterLocalHistoryOne(BulkFileListener virtualFileListener, Disposable disposable)
public byte [] getByteContent(VirtualFile f, FileRevisionTimestampComparator c)
getByteContent in class LocalHistorypublic boolean isUnderControl(VirtualFile f)
isUnderControl in class LocalHistorypublic LocalHistoryFacade getFacade()
public IdeaGateway getGateway()