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(java.lang.String entry)
Parses a line of an MVS FTP server file listing and converts it into a
usable format in the form of an
FTPFile instance. |
configure, parseTimestamp
getGroupCnt, getGroupsAsString, group, matches
parseFileList, parseFileList, preParse, readNextEntry
public MVSFTPEntryParser()
java.lang.IllegalArgumentException
- Thrown if the regular expression is unparseable. Should not be seen
under normal conditions. It it is seen, this is a sign that
REGEX
is not a valid regular expression.public FTPFile parseFTPEntry(java.lang.String entry)
FTPFile
instance. If the
file listing line doesn't describe a file, null
is
returned, otherwise a FTPFile
instance representing the
files in the directory is returned.
entry
- A line of text from the file listingprotected FTPClientConfig getDefaultConfiguration()
ConfigurableFTPFileEntryParserImpl
FTPClientConfig
parameter being specified.getDefaultConfiguration
in class ConfigurableFTPFileEntryParserImpl