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. -
-
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 class
FtpClientFactory.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 B
FtpClientFactory.ConnectionFactory. builder
private static FtpFileSystemConfigBuilder
FtpFileSystemConfigBuilder. BUILDER
Methods in org.apache.commons.vfs2.provider.ftp that return FtpFileSystemConfigBuilder Modifier and Type Method Description static FtpFileSystemConfigBuilder
FtpFileSystemConfigBuilder. getInstance()
Gets the singleton instance.Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type FtpFileSystemConfigBuilder Constructor Description FtpConnectionFactory(FtpFileSystemConfigBuilder builder)
-