public interface NfsFileFilter
java.io.FileFilter. A filter for abstract pathnames.
Instances of this interface may be passed to the listFiles
(NfsFileFilter) method of the NfsFile class.
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(NfsFile<?,?> pathName)
Tests if a specified file abstract pathname should be included in a
pathname list.
|
boolean accept(NfsFile<?,?> pathName)
pathName - The abstract pathname to be testedtrue if and only if pathName should be
included