Package org.apache.commons.net.ftp
Interface FTPFileFilter
-
public interface FTPFileFilter
Performs filtering onFTPFile
instances.- 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.
-