Configurable
, FTPFileEntryParser
public 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, parseTimestamp
readNextEntry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGroupCnt, getGroupsAsString, group, matches, setRegex, setRegex
public 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 FTPFileEntryParser
preParse
in class FTPFileEntryParserImpl
orig
- Original list after it has been created from the server streamoriginal
unmodified.protected FTPClientConfig getDefaultConfiguration()
ConfigurableFTPFileEntryParserImpl
FTPClientConfig
parameter being specified.getDefaultConfiguration
in class ConfigurableFTPFileEntryParserImpl