Abstract
Base class for provider runtimes.
Manages a registry of ResourceHandler instances keyed by resource type string. Provider packages extend this class to register their handlers in the constructor.
Protected
Look up the handler for a resource type; throws if not found.
Returns the resource type strings this runtime can handle.
Register a handler for a given resource type.
Base class for provider runtimes.
Manages a registry of ResourceHandler instances keyed by resource type string. Provider packages extend this class to register their handlers in the constructor.