public interface IgnoreFileFilter
Modifier and Type | Method and Description |
---|---|
boolean |
shouldBeIgnored(java.io.File directory,
java.lang.String noneCvsFile)
A file is checked against the patterns in the filter.
|
boolean shouldBeIgnored(java.io.File directory, java.lang.String noneCvsFile)
directory
- is a file object that refers to the directory the file resides in.noneCvsFile
- is the name of the file to be checked.