|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPFileList | |
org.apache.commons.net.ftp |
Uses of FTPFileList in org.apache.commons.net.ftp |
Methods in org.apache.commons.net.ftp that return FTPFileList | |
static FTPFileList |
FTPFileList.create(java.io.InputStream stream,
FTPFileEntryParser parser)
Deprecated. The only way to create an FTPFileList object. |
FTPFileList |
FTPClient.createFileList(FTPFileEntryParser parser)
Deprecated. - use initiateListParsing(FTPFileEntryParser) method instead. |
FTPFileList |
FTPClient.createFileList(java.lang.String pathname,
FTPFileEntryParser parser)
Deprecated. - use initiateListParsing(String, FTPFileEntryParser) method instead. |
Constructors in org.apache.commons.net.ftp with parameters of type FTPFileList | |
FTPFileIterator(FTPFileList rawlist)
Deprecated. "Package-private" constructor. |
|
FTPFileIterator(FTPFileList rawlist,
FTPFileEntryParser parser)
Deprecated. "Package-private" constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |