Name |
Description |
DirectoryMatcher |
Matches patterns ending with a slash, only finds a match with a directory. |
FileMatcher |
Matches the patterns that do not contain a slash /, treating them as a shell glob pattern but checks for a match against the pathname without leading directories. |
GitIgnoreFilter |
|
GitIgnoreParser |
Parses either a .gitignore file ar a collection of input strings and creates a file system change filter according to the given pattern(s). |
PathMatcher |
Match patterns as a shell glob suitable for consumption by fnmatch, but wildcards in the pattern will not match a / in the pathname. |