Interface | Description |
---|---|
org.apache.commons.net.ftp.FTPFileListParser |
This interface is deprecated as of version 1.2 and will be
removed in version 2.0 -- use FTPFileEntryParser instead.
|
Class | Description |
---|---|
org.apache.commons.net.ftp.DefaultFTPFileListParser |
This class is deprecated as of version 1.2 and will be
removed in version 2.0 -- use the autodetect mechanism in
DefaultFTPFileEntryParserFactory instead.
|
org.apache.commons.net.ftp.FTPFileIterator |
This class is deprecated as of version 1.2 and will be
removed in version 2.0 - use FTPFileParseEngine instead
|
org.apache.commons.net.ftp.FTPFileList |
This class is deprecated as of version 1.2 and will be
removed in version 2.0 -- use FTPFileParseEngine instead.
|
org.apache.commons.net.ftp.FTPFileListParserImpl |
This class is deprecated as of version 1.2 and will be
removed in version 2.0 --
org.apache.commons.net.ftp.RegexFTPFileEntryParserImpl is its
designated replacement. Class has been renamed, entire
implemenation is in RegexFTPFileEntryParserImpl.
|