Interface FTPFileStrategyFactory
-
- All Known Implementing Classes:
StandardFTPFileStrategyFactory
public interface FTPFileStrategyFactory
A factory for creatingFTPFileStrategy
objects.- Author:
- Rob Spoor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FTPFileStrategy
createFTPFileStrategy()
Creates anFTPFileStrategy
.
-
-
-
Method Detail
-
createFTPFileStrategy
FTPFileStrategy createFTPFileStrategy()
Creates anFTPFileStrategy
. ThisFTPFileStrategy
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.
- Returns:
- The created
FTPFileStrategy
.
-
-