org.apache.sshd.server
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(java.lang.String userName)
          Create user specific file system view.
 

Method Detail

createFileSystemView

FileSystemView createFileSystemView(java.lang.String userName)
Create user specific file system view.

Parameters:
userName - The user for which the file system should be created
Returns:
The current FileSystemView for the provided user


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.