Uses of Class
org.apache.commons.net.ftp.FTPClientConfig
-
Packages that use FTPClientConfig Package Description org.apache.commons.net.ftp FTP and FTPS support classesorg.apache.commons.net.ftp.parser FTP file listing parser classes -
-
Uses of FTPClientConfig in org.apache.commons.net.ftp
Fields in org.apache.commons.net.ftp declared as FTPClientConfig Modifier and Type Field Description private FTPClientConfigFTPClient. __configurationMethods in org.apache.commons.net.ftp with parameters of type FTPClientConfig Modifier and Type Method Description voidConfigurable. configure(FTPClientConfig config)voidFTPClient. configure(FTPClientConfig config)Implementation of theConfigurableinterface.Constructors in org.apache.commons.net.ftp with parameters of type FTPClientConfig Constructor Description FTPClientConfig(java.lang.String systemKey, FTPClientConfig config)FTPClientConfig(FTPClientConfig config)Copy constructorFTPListParseEngine(FTPFileEntryParser parser, FTPClientConfig configuration)Intended for use by FTPClient only -
Uses of FTPClientConfig in org.apache.commons.net.ftp.parser
Fields in org.apache.commons.net.ftp.parser declared as FTPClientConfig Modifier and Type Field Description static FTPClientConfigUnixFTPEntryParser. NUMERIC_DATE_CONFIGSome 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 Modifier and Type Method Description protected abstract FTPClientConfigConfigurableFTPFileEntryParserImpl. getDefaultConfiguration()Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigMacOsPeterFTPEntryParser. getDefaultConfiguration()Defines a default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigMVSFTPEntryParser. getDefaultConfiguration()protected FTPClientConfigNetwareFTPEntryParser. getDefaultConfiguration()Defines a default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.FTPClientConfigNTFTPEntryParser. getDefaultConfiguration()Defines a default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigOS2FTPEntryParser. getDefaultConfiguration()Defines a default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigOS400FTPEntryParser. getDefaultConfiguration()Defines a default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigUnixFTPEntryParser. getDefaultConfiguration()Defines a default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigVMSFTPEntryParser. getDefaultConfiguration()Defines a default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.Methods in org.apache.commons.net.ftp.parser with parameters of type FTPClientConfig Modifier and Type Method Description voidConfigurableFTPFileEntryParserImpl. configure(FTPClientConfig config)Implementation of theConfigurableinterface.voidFTPTimestampParserImpl. configure(FTPClientConfig config)Implementation of theConfigurableinterface.private FTPFileEntryParserDefaultFTPFileEntryParserFactory. createFileEntryParser(java.lang.String key, FTPClientConfig config)FTPFileEntryParserDefaultFTPFileEntryParserFactory. createFileEntryParser(FTPClientConfig config)Implementation extracts a key from the suppliedFTPClientConfigparameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.FTPFileEntryParserFTPFileEntryParserFactory. createFileEntryParser(FTPClientConfig config)Implementation should be a method that extracts a key from the suppliedFTPClientConfigparameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.private FTPFileEntryParserDefaultFTPFileEntryParserFactory. createNTFTPEntryParser(FTPClientConfig config)Creates an NT FTP parser: if the config exists, and the system key equalsFTPClientConfig.SYST_NTthen a plainNTFTPEntryParseris used, otherwise a composite ofNTFTPEntryParserandUnixFTPEntryParseris used.private FTPFileEntryParserDefaultFTPFileEntryParserFactory. createOS400FTPEntryParser(FTPClientConfig config)Creates an OS400 FTP parser: if the config exists, and the system key equalsFTPClientConfig.SYST_OS400then a plainOS400FTPEntryParseris used, otherwise a composite ofOS400FTPEntryParserandUnixFTPEntryParseris used.Constructors in org.apache.commons.net.ftp.parser with parameters of type FTPClientConfig Constructor Description 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.UnixFTPEntryParser(FTPClientConfig config, boolean trimLeadingSpaces)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.
-