public interface IgnoredFileDescriptor
Modifier and Type | Method and Description |
---|---|
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() |
boolean |
matchesFile(FilePath filePath) |
boolean |
matchesFile(VirtualFile file)
Deprecated.
|
java.lang.String getPath()
IgnoreSettingsType.FILE
or IgnoreSettingsType.UNDER_DIR
IgnoreSettingsType
is IgnoreSettingsType.MASK
java.lang.String getMask()
IgnoreSettingsType
is not IgnoreSettingsType.MASK
IgnoreSettingsType getType()
@Deprecated boolean matchesFile(VirtualFile file)
matchesFile(FilePath)
boolean matchesFile(FilePath filePath)