org.apache.commons.net.ftp.parser
public class VMSVersioningFTPEntryParser extends VMSFTPEntryParser
Version: $Id: VMSVersioningFTPEntryParser.java 636854 2008-03-13 19:55:01Z sebb $
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.
|
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