Interface FTPFileStrategyFactory
-
- All Known Implementing Classes:
StandardFTPFileStrategyFactory
public interface FTPFileStrategyFactoryA factory for creatingFTPFileStrategyobjects.- Author:
- Rob Spoor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FTPFileStrategycreateFTPFileStrategy()Creates anFTPFileStrategy.
-
-
-
Method Detail
-
createFTPFileStrategy
FTPFileStrategy createFTPFileStrategy()
Creates anFTPFileStrategy. ThisFTPFileStrategywill 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.
-
-