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 | Method and Description |
---|---|
default void |
FileSystemAware.setFileSystemFactory(FileSystemFactory factory,
SessionContext session)
Sets the
FileSystemFactory used to create the FileSystem to be used by the session |
Modifier and Type | Class and Description |
---|---|
class |
NativeFileSystemFactory
Native file system factory.
|
Modifier and Type | Class and Description |
---|---|
class |
NoneFileSystemFactory
Provides an "empty" file system that has no files/folders and throws exceptions on any attempt to access a
file/folder on it
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ScpShell.setFileSystemFactory(FileSystemFactory factory,
SessionContext session) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.