| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.file.nativefs | |
| org.apache.sshd.common.file.virtualfs | |
| org.apache.sshd.common.helpers |
| Modifier and Type | Field and Description |
|---|---|
static FileSystemFactory |
BaseBuilder.DEFAULT_FILE_SYSTEM_FACTORY |
protected FileSystemFactory |
BaseBuilder.fileSystemFactory |
| Modifier and Type | Method and Description |
|---|---|
FileSystemFactory |
FactoryManager.getFileSystemFactory()
Retrieve the
FileSystemFactory to be used to traverse the file system. |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.fileSystemFactory(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.
|
| Modifier and Type | Field and Description |
|---|---|
protected FileSystemFactory |
AbstractFactoryManager.fileSystemFactory |
| Modifier and Type | Method and Description |
|---|---|
FileSystemFactory |
AbstractFactoryManager.getFileSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setFileSystemFactory(FileSystemFactory fileSystemFactory) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.