Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.file.nativefs | |
org.apache.sshd.common.file.virtualfs |
Modifier and Type | Field and Description |
---|---|
protected FileSystemFactory |
AbstractFactoryManager.fileSystemFactory |
Modifier and Type | Method and Description |
---|---|
FileSystemFactory |
AbstractFactoryManager.getFileSystemFactory() |
FileSystemFactory |
FactoryManager.getFileSystemFactory()
Retrieve the
FileSystemFactory to be used to traverse the file system. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setFileSystemFactory(FileSystemFactory fileSystemFactory) |
Modifier and Type | Class and Description |
---|---|
class |
NativeFileSystemFactory
Native file system factory.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualFileSystemFactory
SSHd file system factory to reduce the visibility to a physical folder.
|
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.