FTPFileEntryParser, FTPFileListParserpublic abstract class FTPFileListParserImpl extends RegexFTPFileEntryParserImpl
RegexFTPFileEntryParserImpl_matcher_| Constructor | Description |
|---|---|
FTPFileListParserImpl(java.lang.String regex) |
Deprecated.
The constructor for a FTPFileListParserImpl object.
|
parseFTPEntryparseFileList, parseFileList, preParse, readNextEntryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGroupCnt, getGroupsAsString, group, matchespublic 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.