public class LogicallyLockedHolder extends java.lang.Object implements FileHolder
Constructor and Description |
---|
LogicallyLockedHolder(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
add(VirtualFile file,
LogicalLock lock) |
void |
cleanAll() |
void |
cleanAndAdjustScope(VcsModifiableDirtyScope scope) |
boolean |
containsKey(VirtualFile vf) |
LogicallyLockedHolder |
copy() |
boolean |
equals(java.lang.Object o) |
java.util.Map<VirtualFile,LogicalLock> |
getMap() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
notifyVcsStarted
public LogicallyLockedHolder(Project project)
public void cleanAll()
cleanAll
in interface FileHolder
public void add(VirtualFile file, LogicalLock lock)
public void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope
in interface FileHolder
public LogicallyLockedHolder copy()
copy
in interface FileHolder
public boolean containsKey(VirtualFile vf)
public java.util.Map<VirtualFile,LogicalLock> getMap()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object