Class LocalFileSystemFactory

    • Constructor Detail

      • LocalFileSystemFactory

        public LocalFileSystemFactory()
    • Method Detail

      • create

        public FileSystem create​(URI fsUri)
        Description copied from interface: FileSystemFactory
        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.
        Specified by:
        create in interface FileSystemFactory
        Parameters:
        fsUri - The URI that describes the file system.
        Returns:
        A new instance of the specified file system.