Uses of Interface
org.apache.commons.net.ftp.FTPFileFilter
-
Uses of FTPFileFilter in org.apache.commons.net.ftp
Modifier and TypeFieldDescriptionstatic final FTPFileFilter
FTPFileFilters.ALL
Accepts all FTPFile entries, including null.static final FTPFileFilter
FTPFileFilters.DIRECTORIES
Accepts all (non-null) FTPFile directory entries.static final FTPFileFilter
FTPFileFilters.NON_NULL
Accepts all non-null FTPFile entries.Modifier and TypeMethodDescriptionFTPListParseEngine.getFileList
(FTPFileFilter filter) Returns a list of FTPFile objects containing the whole list of files returned by the server as read by this object's parser.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
(String pathname, FTPFileFilter filter) Version ofFTPClient.listFiles(String)
which allows a filter to be provided.FTPFile[]
FTPClient.mlistDir
(String pathname, FTPFileFilter filter) Generate a directory listing using the MLSD command.