Interface IUriResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      URI resolve​(URI uri)
      Resolve the provided URI, producing a resolved URI, which may point to a different resource than the provided URI.
    • Method Detail

      • resolve

        @NonNull
        URI resolve​(@NonNull
                    URI uri)
        Resolve the provided URI, producing a resolved URI, which may point to a different resource than the provided URI.
        Parameters:
        uri - the URI to resolve
        Returns:
        the resulting URI