Package org.apache.ftpserver.ftplet
Interface FileSystemFactory
public interface FileSystemFactory
Factory for file system implementations - it returns the file system view for user.
- Author:
- Apache MINA Project
-
Method Summary
Modifier and TypeMethodDescriptioncreateFileSystemView(User user) Create user specific file system view.
-
Method Details
-
createFileSystemView
Create user specific file system view.- Parameters:
user- The user for which the file system should be created- Returns:
- The current
FileSystemViewfor the provided user - Throws:
FtpException- If a FTP error is thrown while creating the File System view
-