Uses of Interface
org.apache.sshd.common.file.FileSystemFactory
-
Packages that use FileSystemFactory Package Description org.apache.sshd.common org.apache.sshd.common.file.nativefs org.apache.sshd.common.file.virtualfs org.apache.sshd.common.helpers -
-
Uses of FileSystemFactory in org.apache.sshd.common
Fields in org.apache.sshd.common declared as FileSystemFactory Modifier and Type Field Description static FileSystemFactoryBaseBuilder. DEFAULT_FILE_SYSTEM_FACTORYprotected FileSystemFactoryBaseBuilder. fileSystemFactoryMethods in org.apache.sshd.common that return FileSystemFactory Modifier and Type Method Description FileSystemFactoryFactoryManager. getFileSystemFactory()Retrieve theFileSystemFactoryto be used to traverse the file system.Methods in org.apache.sshd.common with parameters of type FileSystemFactory Modifier and Type Method Description SBaseBuilder. fileSystemFactory(FileSystemFactory fileSystemFactory) -
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.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. -
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 FileSystemFactoryAbstractFactoryManager. fileSystemFactoryMethods in org.apache.sshd.common.helpers that return FileSystemFactory Modifier and Type Method Description FileSystemFactoryAbstractFactoryManager. getFileSystemFactory()Methods in org.apache.sshd.common.helpers with parameters of type FileSystemFactory Modifier and Type Method Description voidAbstractFactoryManager. setFileSystemFactory(FileSystemFactory fileSystemFactory)
-