Package org.apache.commons.net.ftp
Interface FTPFileFilter
-
public interface FTPFileFilter
Perform filtering on FTPFile entries.- Since:
- 2.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(FTPFile file)
Checks if an FTPFile entry should be included or not.
-