Uses of Class
org.apache.commons.net.ftp.FTPFileIterator
-
Packages that use FTPFileIterator Package Description org.apache.commons.net.ftp -
-
Uses of FTPFileIterator in org.apache.commons.net.ftp
Methods in org.apache.commons.net.ftp that return FTPFileIterator Modifier and Type Method Description FTPFileIterator
FTPFileList. iterator()
Deprecated.create an iterator over this list using the parser with which this list was initally createdFTPFileIterator
FTPFileList. iterator(FTPFileEntryParser parser)
Deprecated.create an iterator over this list using the supplied parser
-