|
|||||||||||
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.FTPFileListParserImpl
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. All the classes in the parser subpackage inherit from this.
RegexFTPFileEntryParserImpl
Field Summary |
Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl |
_matcher_ |
Constructor Summary | |
FTPFileListParserImpl(java.lang.String regex)
Deprecated. The constructor for a FTPFileListParserImpl object. |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.net.ftp.FTPFileEntryParser |
parseFTPEntry |
Constructor Detail |
public FTPFileListParserImpl(java.lang.String regex)
regex
- The regular expression with which this object is
initialized.
java.lang.IllegalArgumentException
- Thrown if the regular expression is unparseable. Should not be seen in
normal conditions. It it is seen, this is a sign that a subclass has
been created with a bad regular expression. Since the parser must be
created before use, this means that any bad parser subclasses created
from this will bomb very quickly, leading to easy detection.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |