A class to handle pluggable module loading.
Methods
|
|
__init__
addEntryPoint
|
|
__init__
|
__init__ ( self, pluginSetName )
Create a PluginLoader.
Parameters
- pluginSetName
Name of the plugin set. This corresponds to the
directory from which the plugins are loaded.
|
|
addEntryPoint
|
addEntryPoint ( self, infoDict )
Add an entry point into a module to our lookup tables.
This method must be implemented by the subclass.
|
|