org.apache.commons.net.ftp.parser
public class VMSVersioningFTPEntryParser extends VMSFTPEntryParser
Version: $Id: VMSVersioningFTPEntryParser.java 155429 2005-02-26 13:13:04Z dirkv $
Constructor Summary | |
---|---|
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.
|
Method Summary | |
---|---|
protected boolean | isVersioning() |
List | preParse(List 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 ..
|
Throws: 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.
Parameters: config The configuration
object used to
configure this parser.
Throws: 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.
Since: 1.4
Parameters: original Original list
Returns: Original list purged of duplicates