org.apache.commons.net.ftp
Class DefaultFTPFileListParser
java.lang.Object
org.apache.commons.net.ftp.FTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.UnixFTPEntryParser
org.apache.commons.net.ftp.DefaultFTPFileListParser
- All Implemented Interfaces:
- Configurable, FTPFileEntryParser, FTPFileListParser
Deprecated. This class is deprecated as of version 1.2 and will be
removed in version 2.0 -- use the autodetect mechanism in
DefaultFTPFileEntryParserFactory instead.
public final class DefaultFTPFileListParser
- extends UnixFTPEntryParser
DefaultFTPFileListParser is the default implementation of
FTPFileListParser
used by FTPClient
to parse file listings.
Sometimes you will want to parse unusual listing formats, in which
case you would create your own implementation of FTPFileListParser and
if necessary, subclass FTPFile.
As of version 1.2, this class merely extends UnixFTPEntryParser.
It will be removed in version 2.0.
- Author:
- Daniel F. Savarese
- See Also:
FTPFileListParser
,
FTPFile
,
FTPClient.listFiles(java.lang.String, java.lang.String)
,
DefaultFTPFileEntryParserFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFTPFileListParser
public DefaultFTPFileListParser()
- Deprecated.
Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.