public interface IgnoredFilesHolder extends FileHolder
Modifier and Type | Method and Description |
---|---|
void |
addFile(FilePath file) |
void |
cleanAndAdjustScope(VcsModifiableDirtyScope scope) |
boolean |
containsFile(FilePath file) |
java.util.Collection<FilePath> |
values() |
cleanAll, copy, notifyVcsStarted
void addFile(FilePath file)
boolean containsFile(FilePath file)
java.util.Collection<FilePath> values()
void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope
in interface FileHolder