Uses of Interface
com.github.robtimus.filesystems.ftp.FTPFileStrategyFactory
-
-
Uses of FTPFileStrategyFactory in com.github.robtimus.filesystems.ftp
Classes in com.github.robtimus.filesystems.ftp that implement FTPFileStrategyFactory Modifier and Type Class Description class
StandardFTPFileStrategyFactory
Defines the standardFTPFileStrategy
factories.Methods in com.github.robtimus.filesystems.ftp with parameters of type FTPFileStrategyFactory Modifier and Type Method Description FTPEnvironment
FTPEnvironment. withFTPFileStrategyFactory(FTPFileStrategyFactory factory)
Stores the FTP file strategy factory to use.FTPSEnvironment
FTPSEnvironment. withFTPFileStrategyFactory(FTPFileStrategyFactory factory)
-