Update Manager API: Util.loader module

Module loader

Classes

class UpdateManager.Util.loader.LoaderBase(module_prefix, interface_class, basedir)

Base symbol loader class

get_class(name)

Returns symbol for given implementation name

Parameter:name – Implementation name
get_implementations()
Returns list of implementation names

Exceptions

exception UpdateManager.Util.loader.LoaderException
Base loader exception

Table Of Contents

Previous topic

Update Manager API: Util.humanize module

Next topic

Update Manager API: Util.log module

This Page