Configurable, FTPFileEntryParserpublic 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 z/OS - MVS FTP server file listing and converts it
into a usable format in the form of an
FTPFile instance. |
java.util.List<java.lang.String> |
preParse(java.util.List<java.lang.String> orig) |
preParse is called as part of the interface.
|
configure, parseTimestampreadNextEntryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGroupCnt, getGroupsAsString, group, matches, setRegex, setRegexpublic MVSFTPEntryParser()
public FTPFile parseFTPEntry(java.lang.String entry)
FTPFile instance.
If the file listing line doesn't describe a file, then
null is returned. Otherwise a FTPFile
instance representing the file is returned.entry - A line of text from the file listingpublic java.util.List<java.lang.String> preParse(java.util.List<java.lang.String> orig)
preParse in interface FTPFileEntryParserpreParse in class FTPFileEntryParserImplorig - Original list after it has been created from the server streamoriginal unmodified.protected FTPClientConfig getDefaultConfiguration()
ConfigurableFTPFileEntryParserImplFTPClientConfig
parameter being specified.getDefaultConfiguration in class ConfigurableFTPFileEntryParserImpl