public interface MFileFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(MFile mfile)
Tests if a specified MFile should be included in a file collection.
|
boolean accept(MFile mfile)
mfile
- the MFiletrue
if and only if the mfile should be
included in the file collection; false
otherwise.