Uses of Interface
org.apache.sshd.common.file.FileSystemFactory
-
Packages that use FileSystemFactory Package Description org.apache.sshd.common.file org.apache.sshd.common.file.nativefs org.apache.sshd.common.file.nonefs org.apache.sshd.common.file.virtualfs -
-
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 voidFileSystemAware. setFileSystemFactory(FileSystemFactory factory, SessionContext session)Sets theFileSystemFactoryused to create theFileSystemto 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 classNativeFileSystemFactoryNative 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 classNoneFileSystemFactoryProvides 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 classVirtualFileSystemFactorySSHd file system factory to reduce the visibility to a physical folder.
-