Class VirtualFileSystemFactory

java.lang.Object
org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
All Implemented Interfaces:
FileSystemFactory

public class VirtualFileSystemFactory extends Object implements FileSystemFactory
SSHd file system factory to reduce the visibility to a physical folder.
  • Field Details

    • defaultHomeDir

      private Path defaultHomeDir
    • homeDirs

      private final Map<String,Path> homeDirs
  • Constructor Details

    • VirtualFileSystemFactory

      public VirtualFileSystemFactory()
    • VirtualFileSystemFactory

      public VirtualFileSystemFactory(Path defaultHomeDir)
  • Method Details