org.apache.ftpserver.ftplet
Interface FileSystemFactory

All Known Implementing Classes:
NativeFileSystemFactory

public interface FileSystemFactory

Factory for file system implementations - it returns the file system view for user.

Author:
Apache MINA Project

Method Summary
 FileSystemView createFileSystemView(User user)
          Create user specific file system view.
 

Method Detail

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


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.