Interface FileSystemFactory


public interface FileSystemFactory
Factory for file system implementations - it returns the file system view for user.
Author:
Apache MINA Project
  • Method Details

    • createFileSystemView

      FileSystemView createFileSystemView(User user) throws FtpException
      Create user specific file system view.
      Parameters:
      user - The user for which the file system should be created
      Returns:
      The current FileSystemView for the provided user
      Throws:
      FtpException - If a FTP error is thrown while creating the File System view