public class NotFileFilter
extends java.lang.Object
implements java.io.FileFilter
NotFileFilter filter = new NotFileFilter (new DirectoryFilter());
FileFilter,
AndFileFilter,
OrFileFilter,
DirectoryFilter| Constructor and Description |
|---|
NotFileFilter(java.io.FileFilter filter)
Create a new NotFileFilter that wraps the
specified
FileFilter. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File file)
Tests whether a file should be included in a file list.
|