Uses of Interface
org.apache.sshd.server.FileSystemView

Packages that use FileSystemView
org.apache.sshd.server   
org.apache.sshd.server.filesystem   
org.apache.sshd.server.sftp   
 

Uses of FileSystemView in org.apache.sshd.server
 

Methods in org.apache.sshd.server that return FileSystemView
 FileSystemView FileSystemFactory.createFileSystemView(java.lang.String userName)
          Create user specific file system view.
 

Methods in org.apache.sshd.server with parameters of type FileSystemView
 void FileSystemAware.setFileSystemView(FileSystemView view)
          Set the file system in which this shell will be executed.
 

Uses of FileSystemView in org.apache.sshd.server.filesystem
 

Classes in org.apache.sshd.server.filesystem that implement FileSystemView
 class NativeFileSystemView
          Internal class, do not use directly. File system view based on native file system.
 

Methods in org.apache.sshd.server.filesystem that return FileSystemView
 FileSystemView NativeFileSystemFactory.createFileSystemView(java.lang.String userName)
          Create the appropriate user file system view.
 

Uses of FileSystemView in org.apache.sshd.server.sftp
 

Methods in org.apache.sshd.server.sftp with parameters of type FileSystemView
 void SftpSubsystem.setFileSystemView(FileSystemView view)
           
 



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