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 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. builderMy builder.Methods in org.apache.commons.vfs2.provider.ftp that return FtpFileSystemConfigBuilder Modifier and Type Method Description static FtpFileSystemConfigBuilderFtpFileSystemConfigBuilder. getInstance()Gets the singleton instance.
-