Uses of Interface
org.apache.commons.net.ftp.FTPFileFilter
-
Packages that use FTPFileFilter Package Description org.apache.commons.net.ftp FTP and FTPS support classes -
-
Uses of FTPFileFilter in org.apache.commons.net.ftp
Fields in org.apache.commons.net.ftp declared as FTPFileFilter Modifier and Type Field Description static FTPFileFilterFTPFileFilters. ALLAccepts all FTPFile entries, including null.static FTPFileFilterFTPFileFilters. DIRECTORIESAccepts all (non-null) FTPFile directory entries.static FTPFileFilterFTPFileFilters. NON_NULLAccepts all non-null FTPFile entries.Methods in org.apache.commons.net.ftp with parameters of type FTPFileFilter Modifier and Type Method Description FTPFile[]FTPListParseEngine. getFiles(FTPFileFilter filter)Returns an array of FTPFile objects containing the whole list of files returned by the server as read by this object's parser.FTPFile[]FTPClient. listFiles(java.lang.String pathname, FTPFileFilter filter)Version ofFTPClient.listFiles(String)which allows a filter to be provided.FTPFile[]FTPClient. mlistDir(java.lang.String pathname, FTPFileFilter filter)Generate a directory listing using the MLSD command.
-