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