public interface FTPFileFilter
FTPFile instances.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(FTPFile file)
Checks if an FTPFile entry should be included or not.
|
boolean accept(FTPFile file)
file - entry to be checked for inclusion. May be null.true if the file is to be included, false otherwise.