Interface UriResolver


  • public interface UriResolver
    Interface for resolving URIs in query modules.
    • Method Detail

      • resolve

        IO resolve​(String path,
                   String uri,
                   Uri base)
        Locates a file, given the optional namespace URI and a path to the location.
        Parameters:
        path - path (relative or absolute)
        uri - uri (can be null)
        base - base uri (can be null)
        Returns:
        reference to resources