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, waitnotifyVcsStartedpublic void cleanAll()
cleanAll in interface FileHolderpublic void takeFrom(DeletedFilesHolder holder)
public void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope in interface FileHolderpublic void addFile(LocallyDeletedChange change)
public java.util.List<LocallyDeletedChange> getFiles()
public boolean isContainedInLocallyDeleted(FilePath filePath)
public DeletedFilesHolder copy()
copy in interface FileHolderpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object