public final class IgnoredNames extends Filter
Filter.PatternList
Constructor and Description |
---|
IgnoredNames() |
Modifier and Type | Method and Description |
---|---|
boolean |
ignore(java.io.File file)
Should the file be ignored or not?
|
boolean |
ignore(java.lang.String name)
Should the file be ignored or not?
|
public boolean ignore(java.io.File file)
file
- the file to checkpublic boolean ignore(java.lang.String name)
name
- the name of the file to check