OS400FTPEntryParser(FTPClientConfig config) This constructor allows the creation of an OS400FTPEntryParser object
with something other than the default configuration.
Parameters: config - The FTPClientConfig configuration object used to configure this parser. exception: IllegalArgumentException - Thrown if the regular expression is unparseable.
getDefaultConfiguration() Defines a default configuration to be used when this class is
instantiated without a
FTPClientConfig FTPClientConfig parameter being specified.
The default constructor for a OS400FTPEntryParser object.
exception: IllegalArgumentException - Thrown if the regular expression is unparseable. Should not be seenunder normal conditions. It it is seen, this is a sign thatREGEX is not a valid regular expression.
This constructor allows the creation of an OS400FTPEntryParser object
with something other than the default configuration.
Parameters: config - The FTPClientConfig configuration object used to configure this parser. exception: IllegalArgumentException - Thrown if the regular expression is unparseable. Should not be seenunder normal conditions. It it is seen, this is a sign thatREGEX is not a valid regular expression. since: 1.4
Defines a default configuration to be used when this class is
instantiated without a
FTPClientConfig FTPClientConfig parameter being specified.
the default configuration for this parser.