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, waitnotifyVcsStartedpublic RecursiveFileHolder(Project project)
public void cleanAll()
cleanAll in interface FileHolderpublic void addFile(FilePath file)
addFile in interface IgnoredFilesHolderpublic RecursiveFileHolder copy()
copy in interface FileHolderpublic boolean containsFile(FilePath file)
containsFile in interface IgnoredFilesHolderpublic java.util.Collection<FilePath> values()
values in interface IgnoredFilesHolderpublic void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope in interface FileHoldercleanAndAdjustScope in interface IgnoredFilesHolderpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object