Part of elisa.core.tests.test_plugin_registry View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 67 | Method | __init__ | Undocumented |
| 72 | Method | _add_gstreamer_path | Undocumented |
| 75 | Method | _get_plugin_cache | Undocumented |
| 78 | Method | _set_plugin_cache | Undocumented |
Inherited from PluginRegistry:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 303 | Method | load_plugins | Load plugins from self.plugin_dirs. |
| 391 | Method | load_plugin | Load a given plugin in elisa. |
| 464 | Method | unload_plugin | Unload a given plugin from elisa. |
| 489 | Method | register_plugin_status_changed_callback | Register a callback to be fired upon (de)activation of a plugin. |
| 504 | Method | unregister_plugin_status_changed_callback | Unregister a callback that was previously registered to be fired upon |
| 530 | Method | enable_plugins | Enable all the plugins that should be enabled. |
| 550 | Method | enable_plugin | Enable a plugin. |
| 596 | Method | disable_plugin | Disable a plugin. |
| 639 | Method | get_plugins | Get the list of available plugins. |
| 651 | Method | get_enabled_plugins | Get the list of enabled plugins. |
| 664 | Method | get_plugin_names | Get the names of the installed plugins. |
| 673 | Method | get_plugin_by_name | Return the plugin matching a given name. |
| 686 | Method | get_plugin_metadata | Read and populate the metadata of a plugin. |
| 747 | Method | plugin_cache | Undocumented |
| 751 | Method | plugin_repository | Undocumented |
| 754 | Method | reload_cache | Load the cached information about downloadable plugins. |
| 774 | Method | update_cache | Update the cached information about downloadable plugins. |
| 812 | Method | get_downloadable_plugins | The list of downloadable plugins. |
| 829 | Method | download_plugin | Download one plugin. |
| 885 | Method | install_plugin | Install a plugin from a local egg file. |
| 932 | Method | update_plugin | Update an installed plugin for which a newer version is available in |
| 958 | Method | install_new_recommended_plugins | Download and install all the recommended plugins. |
| 1020 | Method | create_component | Create a component given its path. |
| 190 | Method | _create_config_section | Undocumented |
| 202 | Method | _deactivate_dist | Undocumented |
| 267 | Method | _fix_uninstalled_plugin | Undocumented |
| 516 | Method | _fire_registered_callbacks | Undocumented |
| 726 | Method | _deserialize_cache | Here the actual deserialization is done. |
| 1057 | Method | _call_hook | Undocumented |