public class VMSVersioningFTPEntryParser extends VMSFTPEntryParser
FTPFileEntryParser (for usage instructions)
_matcher_
构造器和说明 |
---|
VMSVersioningFTPEntryParser()
Constructor for a VMSFTPEntryParser object.
|
VMSVersioningFTPEntryParser(FTPClientConfig config)
This constructor allows the creation of a VMSVersioningFTPEntryParser
object with something other than the default configuration.
|
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
isVersioning() |
java.util.List<java.lang.String> |
preParse(java.util.List<java.lang.String> original)
Implement hook provided for those implementers (such as
VMSVersioningFTPEntryParser, and possibly others) which return
multiple files with the same name to remove the duplicates ..
|
getDefaultConfiguration, parseFTPEntry, readNextEntry
configure, parseTimestamp
getGroupCnt, getGroupsAsString, group, matches, setRegex, setRegex
public VMSVersioningFTPEntryParser()
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 VMSVersioningFTPEntryParser(FTPClientConfig config)
config
- The configuration
object used to
configure this parser.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 java.util.List<java.lang.String> preParse(java.util.List<java.lang.String> original)
preParse
在接口中 FTPFileEntryParser
preParse
在类中 FTPFileEntryParserImpl
original
- Original listprotected boolean isVersioning()
isVersioning
在类中 VMSFTPEntryParser