public interface IgnoreFileFilter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldBeIgnored(File directory,
String noneCvsFile)
A file is checked against the patterns in the filter.
|
boolean shouldBeIgnored(File directory, 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.Copyright © 2013. All rights reserved.