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.

Version:
$Rev: 711368 $, $Date: 2008-11-04 21:02:43 +0100 (Tue, 04 Nov 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

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.