| Home | Trees | Indices | Help |
|
|---|
|
|
EntropyRepository plugin interface. This is the EntropyRepository part aimed to handle connected plugins.
| Instance Methods | |||
|
|||
|
|||
|
|||
| dict |
|
||
| dict |
|
||
| any Python object |
|
||
|
|||
|
Inherited from |
|||
| Static Methods | |||
|
|||
|
|||
| dict |
|
||
| Method Details |
|
Overloaded from EntropyPluginStore, adds support for hooks execution.
|
Overloaded from EntropyPluginStore, adds support for hooks execution.
|
Add EntropyRepository permanent plugin. This plugin object will be used across all the instantiated EntropyRepositoryPluginStore classes. Each time a new instance is created, add_plugin_hook will be executed for all the permanent plugins.
|
Remove EntropyRepository permanent plugin. This plugin object will be removed across all the EntropyRepository instances around. Please note: due to the fact that there are no destructors around, the "remove_plugin_hook" callback won't be executed when calling this static method.
|
Return EntropyRepositoryStore installed permanent plugins.
|
Overloaded from EntropyPluginStore, adds support for permanent plugins.
|
Return EntropyRepositoryPluginStore registered plugins metadata.
|
Return EntropyRepositoryPlugin metadata value referenced by "key". @param plugin_id. EntropyRepositoryPlugin identifier
|
Set EntropyRepositoryPlugin stored metadata. @param plugin_id. EntropyRepositoryPlugin identifier
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 13 00:16:19 2009 | http://epydoc.sourceforge.net |