Interface MountableFS

All Superinterfaces:
VirtualFileSystem
All Known Implementing Classes:
DefaultMountableVFS

public interface MountableFS extends VirtualFileSystem
Author:
taha.bensalah@gmail.com
  • Method Details

    • mount

      void mount(String path, VFile folder) throws IOException
      mount folder (from another File System)
      Parameters:
      path - path to mount to
      folder - for to mount
      Throws:
      IOException - error when
    • mount

      void mount(String path, VFile folder, boolean rename) throws IOException
      mount folder (from another File System)
      Parameters:
      path - path to mount to
      folder - for to mount
      rename - if a file with the same file exists rename it
      Throws:
      IOException - error when
    • umount

      void umount(String path) throws IOException
      Throws:
      IOException
    • mountEmptyFolder

      void mountEmptyFolder(String path) throws IOException
      Throws:
      IOException