Interface UriSchemeResourceFinderFactory

    • Method Detail

      • getSchemes

        java.util.Set<java.lang.String> getSchemes()
        Get the set of supported URI schemes.
        Returns:
        the supported URI schemes.
      • create

        ResourceFinder create​(java.net.URI uri,
                              boolean recursive)
        Create new ResourceFinder for a given resource URI.
        Parameters:
        uri - resource URI.
        recursive - defines whether a resource finder should recursively scan any recognized sub-resource URIs (value of true) or not (value of false).
        Returns:
        resource finder for a given URI.