|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPClientConfig | |
---|---|
org.apache.commons.net.ftp | FTP and FTPS support classes |
org.apache.commons.net.ftp.parser | FTP file listing parser classes |
Uses of FTPClientConfig in org.apache.commons.net.ftp |
---|
Methods in org.apache.commons.net.ftp with parameters of type FTPClientConfig | |
---|---|
void |
FTPClient.configure(FTPClientConfig config)
Implementation of the Configurable interface. |
void |
Configurable.configure(FTPClientConfig config)
|
Uses of FTPClientConfig in org.apache.commons.net.ftp.parser |
---|
Fields in org.apache.commons.net.ftp.parser declared as FTPClientConfig | |
---|---|
static FTPClientConfig |
UnixFTPEntryParser.NUMERIC_DATE_CONFIG
Some Linux distributions are now shipping an FTP server which formats file listing dates in an all-numeric format: "yyyy-MM-dd HH:mm . |
Methods in org.apache.commons.net.ftp.parser that return FTPClientConfig | |
---|---|
protected FTPClientConfig |
VMSFTPEntryParser.getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig
parameter being specified. |
protected FTPClientConfig |
UnixFTPEntryParser.getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig
parameter being specified. |
protected FTPClientConfig |
OS400FTPEntryParser.getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig
parameter being specified. |
protected FTPClientConfig |
OS2FTPEntryParser.getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig
parameter being specified. |
FTPClientConfig |
NTFTPEntryParser.getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig
parameter being specified. |
protected FTPClientConfig |
NetwareFTPEntryParser.getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig
parameter being specified. |
protected FTPClientConfig |
MVSFTPEntryParser.getDefaultConfiguration()
|
protected FTPClientConfig |
MacOsPeterFTPEntryParser.getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig
parameter being specified. |
protected abstract FTPClientConfig |
ConfigurableFTPFileEntryParserImpl.getDefaultConfiguration()
Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without a FTPClientConfig
parameter being specified. |
Methods in org.apache.commons.net.ftp.parser with parameters of type FTPClientConfig | |
---|---|
void |
FTPTimestampParserImpl.configure(FTPClientConfig config)
Implementation of the Configurable
interface. |
void |
ConfigurableFTPFileEntryParserImpl.configure(FTPClientConfig config)
Implementation of the Configurable
interface. |
FTPFileEntryParser |
FTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config)
Implementation should be a method that extracts a key from the supplied FTPClientConfig
parameter and creates an object implementing the
interface FTPFileEntryParser and uses the supplied configuration
to configure it. |
FTPFileEntryParser |
DefaultFTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config)
Implementation extracts a key from the supplied FTPClientConfig
parameter and creates an object implementing the
interface FTPFileEntryParser and uses the supplied configuration
to configure it. |
Constructors in org.apache.commons.net.ftp.parser with parameters of type FTPClientConfig | |
---|---|
MacOsPeterFTPEntryParser(FTPClientConfig config)
This constructor allows the creation of a UnixFTPEntryParser object with something other than the default configuration. |
|
NetwareFTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an NetwareFTPEntryParser object with something other than the default configuration. |
|
NTFTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an NTFTPEntryParser object with something other than the default configuration. |
|
OS2FTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an OS2FTPEntryParser object with something other than the default configuration. |
|
OS400FTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an OS400FTPEntryParser object with something other than the default configuration. |
|
UnixFTPEntryParser(FTPClientConfig config)
This constructor allows the creation of a UnixFTPEntryParser object with something other than the default configuration. |
|
VMSFTPEntryParser(FTPClientConfig config)
This constructor allows the creation of a VMSFTPEntryParser object with something other than the default configuration. |
|
VMSVersioningFTPEntryParser(FTPClientConfig config)
This constructor allows the creation of a VMSVersioningFTPEntryParser object with something other than the default configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |