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(Session session)
          Create user specific file system view.
 

Method Detail

createFileSystemView

FileSystemView createFileSystemView(Session session)
                                    throws IOException
Create user specific file system view.

Parameters:
session - The session created for the user
Returns:
The current FileSystemView for the provided session
Throws:
IOException - when the filesystem view can not be created


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.