Uses of Interface
org.apache.commons.net.ftp.FTPFileFilter

Packages that use FTPFileFilter
org.apache.commons.net.ftp   
 

Uses of FTPFileFilter in org.apache.commons.net.ftp
 

Fields in org.apache.commons.net.ftp declared as FTPFileFilter
static FTPFileFilter FTPFileFilters.ALL
          Accepts all FTPFile entries, including null
static FTPFileFilter FTPFileFilters.DIRECTORIES
          Accepts all (non-null) FTPFile directory entries
static FTPFileFilter FTPFileFilters.NON_NULL
          Accepts all non-null FTPFile entries
 

Methods in org.apache.commons.net.ftp with parameters of type FTPFileFilter
 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 of FTPClient.listFiles(String) which allows a filter to be provided.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.