public interface FTPFileFilter
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
otherwiseCopyright © 2001–2023 The Apache Software Foundation. All rights reserved.