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.
  • Constructor Details

    • VirtualFileSystemFactory

      public VirtualFileSystemFactory()
    • VirtualFileSystemFactory

      public VirtualFileSystemFactory(Path defaultHomeDir)
  • Method Details