public abstract class FTPFileListParserImpl extends RegexFTPFileEntryParserImpl
RegexFTPFileEntryParserImpl
_matcher_
Constructor and Description |
---|
FTPFileListParserImpl(java.lang.String regex)
Deprecated.
The constructor for a FTPFileListParserImpl object.
|
getGroupCnt, getGroupsAsString, group, matches
parseFileList, parseFileList, preParse, readNextEntry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseFTPEntry
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.