Interface FTPFileStrategyFactory

    • Method Detail

      • createFTPFileStrategy

        FTPFileStrategy createFTPFileStrategy()
        Creates an 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.

        Returns:
        The created FTPFileStrategy.