|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSystemView | |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.command | |
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(Session session)
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.command |
---|
Fields in org.apache.sshd.server.command declared as FileSystemView | |
---|---|
protected FileSystemView |
ScpCommand.root
|
Methods in org.apache.sshd.server.command with parameters of type FileSystemView | |
---|---|
void |
ScpCommand.setFileSystemView(FileSystemView view)
|
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(Session session)
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |