public interface FTPFileStrategyFactory
FTPFileStrategy
objects.Modifier and Type | Method and Description |
---|---|
FTPFileStrategy |
createFTPFileStrategy()
Creates an
FTPFileStrategy . |
FTPFileStrategy createFTPFileStrategy()
FTPFileStrategy
. This FTPFileStrategy
will be tied to a specific FTP file system.
Note: it is allowed to return shared instances if these do not contain any state that is specific to an FTP file system.
FTPFileStrategy
.Copyright © 2016–2024. All rights reserved.