public class DeletedFilesHolder extends java.lang.Object implements FileHolder
Constructor and Description |
---|
DeletedFilesHolder() |
Modifier and Type | Method and Description |
---|---|
void |
addFile(LocallyDeletedChange change) |
void |
cleanAll() |
void |
cleanAndAdjustScope(VcsModifiableDirtyScope scope) |
DeletedFilesHolder |
copy() |
boolean |
equals(java.lang.Object o) |
java.util.List<LocallyDeletedChange> |
getFiles() |
int |
hashCode() |
boolean |
isContainedInLocallyDeleted(FilePath filePath) |
void |
takeFrom(DeletedFilesHolder holder) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
notifyVcsStarted
public void cleanAll()
cleanAll
in interface FileHolder
public void takeFrom(DeletedFilesHolder holder)
public void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope
in interface FileHolder
public void addFile(LocallyDeletedChange change)
public java.util.List<LocallyDeletedChange> getFiles()
public boolean isContainedInLocallyDeleted(FilePath filePath)
public DeletedFilesHolder copy()
copy
in interface FileHolder
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object