Interface ResourceResolver

    • Field Detail

      • FACTORY_PATH

        static final String FACTORY_PATH
        Service factory base path for scheme specific resolver.
        See Also:
        Constant Field Values
    • Method Detail

      • getSupportedScheme

        String getSupportedScheme()
        The supported resource scheme.

        Implementations should support a single scheme only.

      • resolve

        Resource resolve​(String location)
        Resolve a Resource from a give uri.
        Parameters:
        location - the location of the resource to resolve.
        Returns:
        an Resource, null if was not possible to resolve the resource.