Uses of Interface
org.apache.sshd.common.file.FileSystemFactory
Packages that use FileSystemFactory
Package
Description
-
Uses of FileSystemFactory in org.apache.sshd.common
Fields in org.apache.sshd.common declared as FileSystemFactoryModifier and TypeFieldDescriptionstatic final FileSystemFactoryBaseBuilder.DEFAULT_FILE_SYSTEM_FACTORYprotected FileSystemFactoryBaseBuilder.fileSystemFactoryMethods in org.apache.sshd.common that return FileSystemFactoryModifier and TypeMethodDescriptionFactoryManager.getFileSystemFactory()Retrieve theFileSystemFactoryto be used to traverse the file system.Methods in org.apache.sshd.common with parameters of type FileSystemFactoryModifier and TypeMethodDescriptionBaseBuilder.fileSystemFactory(FileSystemFactory fileSystemFactory) -
Uses of FileSystemFactory in org.apache.sshd.common.file
Methods in org.apache.sshd.common.file with parameters of type FileSystemFactoryModifier and TypeMethodDescriptiondefault 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 -
Uses of FileSystemFactory in org.apache.sshd.common.file.nonefs
Classes in org.apache.sshd.common.file.nonefs that implement FileSystemFactoryModifier and TypeClassDescriptionclassProvides 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 FileSystemFactoryModifier and TypeClassDescriptionclassSSHd 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 FileSystemFactoryModifier and TypeFieldDescriptionprotected FileSystemFactoryAbstractFactoryManager.fileSystemFactoryMethods in org.apache.sshd.common.helpers that return FileSystemFactoryMethods in org.apache.sshd.common.helpers with parameters of type FileSystemFactoryModifier and TypeMethodDescriptionvoidAbstractFactoryManager.setFileSystemFactory(FileSystemFactory fileSystemFactory) -
Uses of FileSystemFactory in org.apache.sshd.scp.server
Methods in org.apache.sshd.scp.server with parameters of type FileSystemFactoryModifier and TypeMethodDescriptionvoidScpShell.setFileSystemFactory(FileSystemFactory factory, SessionContext session)