Configurable, FTPFileEntryParser, FTPFileListParserpublic class MVSFTPEntryParser extends ConfigurableFTPFileEntryParserImpl
FTPFileEntryParser (for usage instructions)_matcher_| Constructor | Description |
|---|---|
MVSFTPEntryParser() |
The sole constructor for a MVSFTPEntryParser object.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected FTPClientConfig |
getDefaultConfiguration() |
Each concrete subclass must define this member to create
a default configuration to be used when that subclass is
instantiated without a
FTPClientConfig
parameter being specified. |
FTPFile |
parseFTPEntry(java.lang.String entry) |
Parses a line of an MVS FTP server file listing and converts it into a
usable format in the form of an
FTPFile instance. |
configure, parseTimestampparseFileList, parseFileList, preParse, readNextEntryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGroupCnt, getGroupsAsString, group, matchespublic MVSFTPEntryParser()
java.lang.IllegalArgumentException - Thrown if the regular expression is unparseable. Should not be seen
under normal conditions. It it is seen, this is a sign that
REGEX is not a valid regular expression.public FTPFile parseFTPEntry(java.lang.String entry)
FTPFile instance. If the
file listing line doesn't describe a file, null is
returned, otherwise a FTPFile instance representing the
files in the directory is returned.
entry - A line of text from the file listingprotected FTPClientConfig getDefaultConfiguration()
ConfigurableFTPFileEntryParserImplFTPClientConfig
parameter being specified.getDefaultConfiguration in class ConfigurableFTPFileEntryParserImpl