Uses of Interface
org.apache.sshd.common.file.FileSystemFactory
-
-
Uses of FileSystemFactory in org.apache.sshd.common
Fields in org.apache.sshd.common declared as FileSystemFactory Modifier and Type Field Description static FileSystemFactory
BaseBuilder. DEFAULT_FILE_SYSTEM_FACTORY
protected FileSystemFactory
BaseBuilder. fileSystemFactory
Methods in org.apache.sshd.common that return FileSystemFactory Modifier and Type Method Description FileSystemFactory
FactoryManager. getFileSystemFactory()
Retrieve theFileSystemFactory
to be used to traverse the file system.Methods in org.apache.sshd.common with parameters of type FileSystemFactory Modifier and Type Method Description S
BaseBuilder. fileSystemFactory(FileSystemFactory fileSystemFactory)
-
Uses of FileSystemFactory in org.apache.sshd.common.file
Methods in org.apache.sshd.common.file with parameters of type FileSystemFactory Modifier and Type Method Description default void
FileSystemAware. setFileSystemFactory(FileSystemFactory factory, SessionContext session)
Sets theFileSystemFactory
used to create theFileSystem
to be used by the session -
Uses of FileSystemFactory in org.apache.sshd.common.file.nativefs
Classes in org.apache.sshd.common.file.nativefs that implement FileSystemFactory Modifier and Type Class Description class
NativeFileSystemFactory
Native file system factory. -
Uses of FileSystemFactory in org.apache.sshd.common.file.nonefs
Classes in org.apache.sshd.common.file.nonefs that implement FileSystemFactory Modifier and Type Class 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 -
Uses of FileSystemFactory in org.apache.sshd.common.file.virtualfs
Classes in org.apache.sshd.common.file.virtualfs that implement FileSystemFactory Modifier and Type Class Description class
VirtualFileSystemFactory
SSHd file system factory to reduce the visibility to a physical folder. -
Uses of FileSystemFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as FileSystemFactory Modifier and Type Field Description protected FileSystemFactory
AbstractFactoryManager. fileSystemFactory
Methods in org.apache.sshd.common.helpers that return FileSystemFactory Modifier and Type Method Description FileSystemFactory
AbstractFactoryManager. getFileSystemFactory()
Methods in org.apache.sshd.common.helpers with parameters of type FileSystemFactory Modifier and Type Method Description void
AbstractFactoryManager. setFileSystemFactory(FileSystemFactory fileSystemFactory)
-
Uses of FileSystemFactory in org.apache.sshd.scp.server
Methods in org.apache.sshd.scp.server with parameters of type FileSystemFactory Modifier and Type Method Description void
ScpShell. setFileSystemFactory(FileSystemFactory factory, SessionContext session)
-