public final class LocalHistoryImpl extends LocalHistory implements Disposable
Disposable.Parent
VFS_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, putSystemLabel
public static LocalHistoryImpl getInstanceImpl()
public static java.io.File getStorageDir()
public void dispose()
Disposable
dispose
in interface Disposable
public void cleanupForNextTest()
public LocalHistoryAction startAction(java.lang.String name)
startAction
in class LocalHistory
public Label putUserLabel(Project p, java.lang.String name)
putUserLabel
in class LocalHistory
public Label putSystemLabel(Project p, java.lang.String name, int color)
putSystemLabel
in class LocalHistory
public void addVFSListenerAfterLocalHistoryOne(BulkFileListener virtualFileListener, Disposable disposable)
public byte [] getByteContent(VirtualFile f, FileRevisionTimestampComparator c)
getByteContent
in class LocalHistory
public boolean isUnderControl(VirtualFile f)
isUnderControl
in class LocalHistory
public LocalHistoryFacade getFacade()
public IdeaGateway getGateway()