public class MVSFTPEntryParser extends ConfigurableFTPFileEntryParserImpl
_matcher_| Constructor and Description |
|---|
MVSFTPEntryParser()
The sole constructor for a MVSFTPEntryParser object.
|
| Modifier and Type | Method and 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(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. |
List<String> |
preParse(List<String> orig)
preParse is called as part of the interface.
|
configure, parseTimestampgetGroupCnt, getGroupsAsString, group, matches, setRegex, setRegexreadNextEntrypublic MVSFTPEntryParser()
public FTPFile parseFTPEntry(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 List<String> preParse(List<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 ConfigurableFTPFileEntryParserImplCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.