Manager class for Yum plugins.
|
__init__(self,
base,
searchpath,
optparser=None,
types=None,
pluginconfpath=None,
disabled=None,
enabled=None)
Initialise the instance. |
source code
|
|
|
run(self,
slotname,
**kwargs)
Run all plugin functions for the given slot. |
source code
|
|
|
_importplugins(self,
types)
Load plugins matching the given types. |
source code
|
|
|
_loadplugin(self,
modulefile,
types)
Attempt to import a plugin module and register the hook methods it
uses. |
source code
|
|
|
_getpluginconf(self,
modname)
Parse the plugin specific configuration file and return a
IncludingConfigParser instance representing it. |
source code
|
|
|
setCmdLine(self,
opts,
commands)
Set the parsed command line options so that plugins can access them |
source code
|
|