Class URIResolverAdapter

    • Constructor Detail

      • URIResolverAdapter

        public URIResolverAdapter​(URIResolver resolver)
        Parameters:
        resolver - the desired URIResolver
    • Method Detail

      • getResource

        public Resource getResource​(URI uri)
                             throws IOException
        Get a resource given the URI pointing to said resource.
        Specified by:
        getResource in interface ResourceResolver
        Parameters:
        uri - the resource URI
        Returns:
        the resource
        Throws:
        IOException - if an I/O error occured during resource acquisition