| 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:
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
Initialisation: this class should not be initialised explicitly and the ``get``classmethod must be called instead. To set up the various coonfigurables 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.0.1 on Thu Feb 21 14:51:28 2008 |