org.apache.ftpserver.ftplet
Interface FileSystemFactory
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)
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-2009 The Apache Software Foundation. All Rights Reserved.