|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.net.ftp.FTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.UnixFTPEntryParser
org.apache.commons.net.ftp.DefaultFTPFileListParser
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.
FTPFileListParser
,
FTPFile
,
FTPClient.listFiles(java.lang.String, java.lang.String)
,
DefaultFTPFileEntryParserFactory
Field Summary |
Fields inherited from class org.apache.commons.net.ftp.parser.UnixFTPEntryParser |
|
Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl |
_matcher_ |
Constructor Summary | |
DefaultFTPFileListParser()
Deprecated. |
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, preParse, readNextEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultFTPFileListParser()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |