public class IgnoredFileBean extends java.lang.Object implements IgnoredFileDescriptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMask()
Ignored mask represent ignore pattern in ignore files for different VCS (e.g.
|
java.lang.String |
getPath()
Path to file or directory in case if
IgnoreSettingsType.FILE or IgnoreSettingsType.UNDER_DIR |
IgnoreSettingsType |
getType() |
int |
hashCode() |
boolean |
matchesFile(FilePath filePath) |
boolean |
matchesFile(VirtualFile file) |
void |
resetCache() |
public java.lang.String getPath()
IgnoredFileDescriptorIgnoreSettingsType.FILE or IgnoreSettingsType.UNDER_DIRgetPath in interface IgnoredFileDescriptorIgnoreSettingsType is IgnoreSettingsType.MASKpublic java.lang.String getMask()
IgnoredFileDescriptorgetMask in interface IgnoredFileDescriptorIgnoreSettingsType is not IgnoreSettingsType.MASKpublic IgnoreSettingsType getType()
getType in interface IgnoredFileDescriptorpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean matchesFile(VirtualFile file)
matchesFile in interface IgnoredFileDescriptorpublic boolean matchesFile(FilePath filePath)
matchesFile in interface IgnoredFileDescriptorpublic void resetCache()