Class FileSystem.FSKey

  • Enclosing class:
    FileSystem

    @Internal
    public static final class FileSystem.FSKey
    extends Object
    An identifier of a file system, via its scheme and its authority.
    • Constructor Detail

      • FSKey

        public FSKey​(String scheme,
                     @Nullable
                     String authority)
        Creates a file system key from a given scheme and an authority.
        Parameters:
        scheme - The scheme of the file system
        authority - The authority of the file system
      • FSKey

        public FSKey​(URI uri)