org.apache.commons.net.ftp.parser
Class OS400FTPEntryParser
ConfigurableFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.OS400FTPEntryParser
public class OS400FTPEntryParser
extends ConfigurableFTPFileEntryParserImpl
OS400FTPEntryParser() - The default constructor for a OS400FTPEntryParser object.
|
OS400FTPEntryParser(FTPClientConfig config) - This constructor allows the creation of an OS400FTPEntryParser object
with something other than the default configuration.
|
OS400FTPEntryParser
public OS400FTPEntryParser()
The default constructor for a OS400FTPEntryParser object.
OS400FTPEntryParser
public OS400FTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an OS400FTPEntryParser object
with something other than the default configuration.
config
- The configuration
object used to
configure this parser.
FTPClientConfig getDefaultConfiguration
protected @Override FTPClientConfig getDefaultConfiguration()
Defines a default configuration to be used when this class is
instantiated without a FTPClientConfig
parameter being specified.
- the default configuration for this parser.
parseFTPEntry
public FTPFile parseFTPEntry(String entry)