public class RecursiveFileHolder extends java.lang.Object implements IgnoredFilesHolder
Constructor and Description |
---|
RecursiveFileHolder(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
addFile(FilePath file) |
void |
cleanAll() |
void |
cleanAndAdjustScope(VcsModifiableDirtyScope scope) |
boolean |
containsFile(FilePath file) |
RecursiveFileHolder |
copy() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Collection<FilePath> |
values() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
notifyVcsStarted
public RecursiveFileHolder(Project project)
public void cleanAll()
cleanAll
in interface FileHolder
public void addFile(FilePath file)
addFile
in interface IgnoredFilesHolder
public RecursiveFileHolder copy()
copy
in interface FileHolder
public boolean containsFile(FilePath file)
containsFile
in interface IgnoredFilesHolder
public java.util.Collection<FilePath> values()
values
in interface IgnoredFilesHolder
public void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope
in interface FileHolder
cleanAndAdjustScope
in interface IgnoredFilesHolder
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object