Uses of Class
org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
Packages that use FtpFileSystemConfigBuilder Package Description org.apache.commons.vfs2.provider.ftp The FTP File Provider.org.apache.commons.vfs2.provider.ftps The FTPS File Provider. -
-
Uses of FtpFileSystemConfigBuilder in org.apache.commons.vfs2.provider.ftp
Classes in org.apache.commons.vfs2.provider.ftp with type parameters of type FtpFileSystemConfigBuilder Modifier and Type Class Description static classFtpClientFactory.ConnectionFactory<C extends org.apache.commons.net.ftp.FTPClient,B extends FtpFileSystemConfigBuilder>Abstract Factory, used to configure different FTPClients.Fields in org.apache.commons.vfs2.provider.ftp declared as FtpFileSystemConfigBuilder Modifier and Type Field Description protected BFtpClientFactory.ConnectionFactory. builderMethods in org.apache.commons.vfs2.provider.ftp that return FtpFileSystemConfigBuilder Modifier and Type Method Description static FtpFileSystemConfigBuilderFtpFileSystemConfigBuilder. getInstance()Gets the singleton instance. -
Uses of FtpFileSystemConfigBuilder in org.apache.commons.vfs2.provider.ftps
Subclasses of FtpFileSystemConfigBuilder in org.apache.commons.vfs2.provider.ftps Modifier and Type Class Description classFtpsFileSystemConfigBuilderThe configuration builder for various FTPS configuration options.
-