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 FileHolder
public void cleanAndAdjustScope(VcsModifiableDirtyScope scope)
cleanAndAdjustScope
in interface FileHolder
public IgnoredFilesCompositeHolder copy()
copy
in interface FileHolder
public 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 FileHolder
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object