Home | Trees | Indices | Help |
|
---|
|
object --+ | PluginManagerSingleton
Singleton version of the most basic plugin manager.
Being a singleton, this class should not be initialised explicitly and the get classmethod must be called instead.
To call one of this class's methods you have to use the get method in the following way: PluginManagerSingleton.get().themethodname(theargs)
To set up the various coonfigurables variables of the PluginManager's behaviour please call explicitly the following methods:
- setCategoriesFilter for categories_filter
- setPluginPlaces for directories_list
- setPluginInfoExtension for plugin_info_ext
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
__instance = None
|
|||
__decoration_chain = None
|
|
|||
Inherited from |
|
Initialisation: this class should not be initialised explicitly and the get classmethod must be called instead. To set up the various configurables variables of the PluginManager's behaviour please call explicitly the following methods:
|
Set the functionalities handled by the plugin manager by giving a list of PluginManager decorators. This function shouldn't be called several time in a same process, but if it is only the first call will have an effect. It also has an effect only if called before the initialisation of the singleton. In cases where the function is indeed going to change anything the True value is return, in all other cases, the False value is returned. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Apr 9 12:17:52 2008 | http://epydoc.sourceforge.net |