| Class | Description |
|---|---|
| DosHiddenFileMatcher |
Create a
PathMatcher that matches hidden files by checking the DOS hidden file attribute. |
| PosixHiddenFileMatcher |
Create a
PathMatcher that matches hidden files by checking if the last element in the path starts with a dot. |
| SystemFileMatcher |
Create a
PathMatcher that matches operating-system-generated files. |
Copyright © 2018. All rights reserved.