dip.developer.plugins¶
The dip.developer.plugins module contains the definitions of all
plugins implemented by the dip.developer module.
ExtensionsViewerToolPlugin¶
-
class
dip.developer.plugins.ExtensionsViewerToolPlugin¶ Base class:
ModelThe ExtensionsViewerToolPlugin class is the plugin definition for the extension points viewer tool.
-
id = 'dip.developer.tools.extensions_viewer' The identifier of the plugin.
-
name = 'Extension points viewer tool plugin' The name of the plugin.
-
configure(plugin_manager)¶ This is called when the plugin is enabled to ask that it configures itself.
Parameters: plugin_manager – the plugin manager.
-
PluginsViewerToolPlugin¶
-
class
dip.developer.plugins.PluginsViewerToolPlugin¶ Base class:
ModelThe PluginsViewerToolPlugin class is the plugin definition for the plugins viewer tool.
-
id = 'dip.developer.tools.plugins_viewer' The identifier of the plugin.
-
name = 'Plugins viewer tool plugin' The name of the plugin.
-
configure(plugin_manager)¶ This is called when the plugin is enabled to ask that it configures itself.
Parameters: plugin_manager – the plugin manager.
-
ServicesViewerToolPlugin¶
-
class
dip.developer.plugins.ServicesViewerToolPlugin¶ Base class:
ModelThe ServicesViewerToolPlugin class is the plugin definition for the services viewer tool.
-
id = 'dip.developer.tools.services_viewer' The identifier of the plugin.
-
name = 'Services viewer tool plugin' The name of the plugin.
-
configure(plugin_manager)¶ This is called when the plugin is enabled to ask that it configures itself.
Parameters: plugin_manager – the plugin manager.
-