public class IgnoredFilesCompositeHolder extends java.lang.Object implements FileHolder
| Constructor and Description |
|---|
IgnoredFilesCompositeHolder(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(AbstractVcs vcs,
FilePath file) |
void |
cleanAll() |
void |
cleanAndAdjustScope(VcsModifiableDirtyScope scope) |
boolean |
containsFile(FilePath file) |
IgnoredFilesCompositeHolder |
copy() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isInUpdatingMode() |
void |
notifyVcsStarted(AbstractVcs vcs) |
java.util.Collection<FilePath> |
values() |
public IgnoredFilesCompositeHolder(Project project)
public void cleanAll()
cleanAll in interface FileHolderpublic void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope in interface FileHolderpublic IgnoredFilesCompositeHolder copy()
copy in interface FileHolderpublic void addFile(AbstractVcs vcs, FilePath file)
public boolean isInUpdatingMode()
public boolean containsFile(FilePath file)
public java.util.Collection<FilePath> values()
public void notifyVcsStarted(AbstractVcs vcs)
notifyVcsStarted in interface FileHolderpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object