Adds a new resource provider and specifies the name under which the provided resource will be registered,
Specifies the name key under which the provided resources will be registered for subsequent look-ups.
Implementation of the resource provider interface
the provided resource
Adds a namespace resource provider.
the namespace name
Implementation of the resource provider interface
the provided resource
Gets the provided resource by the supplied name.
under which the resource provider was registered
the resource or undefined if the specified resource was not found
Gets a namespace resource by name.
the namespace name
the namespace resource or undefined if not found
Provides API to register resource providers and get access to the provided resources.