Trees | Indices | Help |
|
---|
|
object --+ | PluginManager
Manages plugin modules. Finds plugins and returns PluginLoader instances. Keeps a cache of previously loaded plugins.
|
|||
|
|||
|
|||
|
|||
|
|
Adds PluginLoaders for plugins in productsPaths to the pluginLoaders dictionary. lastModName - the directory name where the plugins are found. this name is appended to the following paths packPath - path to the directory that holds the plugin modules inside a zenpack. this path is relative to the zenpack root productsPaths - list of paths to directories that hold plugin modules. these paths are relative to $ZENHOME/Products a 'path', as used here, is a tuple of directory names
|
Get the PluginLoader for a specific plugin. packs - list of installed zenpacks (ZenPack instances) modPath - the module path of the plugin |
Add the PluginLoaders for the packs to the pluginLoaders dictionary. Return the values of that dictionary. packs - list of installed zenpacks (ZenPack instances) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:17 2011 | http://epydoc.sourceforge.net |