compass.plugin.registry.resolve_plugin#

resolve_plugin(tech)[source]#

Look up the registered plugin class for a technology

Parameters:

tech (str) – Technology name to look up. The lookup is case-insensitive and based on the plugin class’s IDENTIFIER attribute.

Returns:

type – The plugin class registered for the given technology.

Raises:

COMPASSValueError – If no plugin is registered for the given technology.