public class MVSFTPEntryParser extends ConfigurableFTPFileEntryParserImpl
FTPFileEntryParser (for
usage instructions)
_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, parseTimestamp
getGroupCnt, getGroupsAsString, group, matches, setRegex, setRegex
readNextEntry
public 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 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
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.