Package org.apache.commons.net.ftp
Class DefaultFTPFileListParser
- java.lang.Object
-
- All Implemented Interfaces:
Configurable
,FTPFileEntryParser
,FTPFileListParser
public final class DefaultFTPFileListParser extends UnixFTPEntryParser
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.DefaultFTPFileListParser is the default implementation ofFTPFileListParser
used byFTPClient
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
-
-
Field Summary
-
Fields inherited from class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
NUMERIC_DATE_CONFIG
-
Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
_matcher_
-
-
Constructor Summary
Constructors Constructor Description DefaultFTPFileListParser()
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
getDefaultConfiguration, parseFTPEntry
-
Methods inherited from class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
configure, parseTimestamp
-
Methods inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
getGroupCnt, getGroupsAsString, group, matches
-
Methods inherited from class org.apache.commons.net.ftp.FTPFileEntryParserImpl
parseFileList, parseFileList, preParse, readNextEntry
-
-