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()
IgnoredFileDescriptor
IgnoreSettingsType.FILE
or IgnoreSettingsType.UNDER_DIR
getPath
in interface IgnoredFileDescriptor
IgnoreSettingsType
is IgnoreSettingsType.MASK
public java.lang.String getMask()
IgnoredFileDescriptor
getMask
in interface IgnoredFileDescriptor
IgnoreSettingsType
is not IgnoreSettingsType.MASK
public IgnoreSettingsType getType()
getType
in interface IgnoredFileDescriptor
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean matchesFile(VirtualFile file)
matchesFile
in interface IgnoredFileDescriptor
public boolean matchesFile(FilePath filePath)
matchesFile
in interface IgnoredFileDescriptor
public void resetCache()