public class MVSFTPEntryParser extends ConfigurableFTPFileEntryParserImpl
FTPFileEntryParser (for
usage instructions)
_matcher_
构造器和说明 |
---|
MVSFTPEntryParser()
The sole constructor for a MVSFTPEntryParser object.
|
限定符和类型 | 方法和说明 |
---|---|
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
getGroupCnt, getGroupsAsString, group, matches, setRegex, setRegex
readNextEntry
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
在接口中 FTPFileEntryParser
preParse
在类中 FTPFileEntryParserImpl
orig
- Original list after it has been created from the server streamoriginal
unmodified.protected FTPClientConfig getDefaultConfiguration()
ConfigurableFTPFileEntryParserImpl
FTPClientConfig
parameter being specified.getDefaultConfiguration
在类中 ConfigurableFTPFileEntryParserImpl