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.Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.