| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.net.ftp.FTPFileEntryParserImplorg.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImplorg.apache.commons.net.ftp.parser.UnixFTPEntryParserorg.apache.commons.net.ftp.DefaultFTPFileListParserpublic final class DefaultFTPFileListParserextends UnixFTPEntryParserFTPFileListParser
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.
FTPFileListParser, FTPFile, FTPClient.listFiles, DefaultFTPFileEntryParserFactoryNested Class Summary |
Field Summary |
Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl | |
_matcher_ | |
Method Summary |
Methods inherited from class org.apache.commons.net.ftp.parser.UnixFTPEntryParser | |
parseFTPEntry | |
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 | |