Interface ResourceProvider

    • Method Detail

      • getProtocols

        String[] getProtocols()
        Returns:
        The protocols that this provider supports (e.g. http, file, string, etc.)
      • createResource

        Resource createResource​(String specification,
                                Map<String,​String> properties)
        Creates a resource with the given specification and properties using a BeanMap.
        Parameters:
        specification - The specification
        properties - The properties
        Returns:
        A resource
      • requiresProtocol

        boolean requiresProtocol()
        Returns:
        True if the SCHEME is required as part of the specification