Interface FileSystemFactory

    • Method Detail

      • create

        FileSystem create​(URI fsUri)
                   throws IOException
        Creates a new file system for the given file system URI. The URI describes the type of file system (via its scheme) and optionally the authority (for example the host) of the file system.
        Parameters:
        fsUri - The URI that describes the file system.
        Returns:
        A new instance of the specified file system.
        Throws:
        IOException - Thrown if the file system could not be instantiated.