Class LocalFileSystem

    • Constructor Detail

      • LocalFileSystem

        public LocalFileSystem​(File relativePath)
    • Method Detail

      • isReusable

        public boolean isReusable()
        Description copied from interface: AbstractFileSystem
        If disconnected, can we re-connect after ?
      • isAvaliable

        public boolean isAvaliable()
      • getFromPath

        public LocalFile getFromPath​(String path)
        Parameters:
        path - relative path only
      • connect

        public void connect()
      • close

        public void close()
      • reusableHashCode

        public int reusableHashCode()
        Returns:
        the same code for the same internal engine instance in FileSystem. Can be used for interract two FS and protect the both are not the same.
      • getUsername

        public String getUsername()