The dip.developer.plugins module contains the definitions of all plugins implemented by the dip.developer module.
Base class: Model
The ExtensionsViewerToolPlugin class is the plugin definition for the extension points viewer tool.
The identifier of the plugin.
The name of the plugin.
This is called when the plugin is enabled to ask that it configures itself.
| Parameters: | plugin_manager – the plugin manager. |
|---|
Base class: Model
The PluginsViewerToolPlugin class is the plugin definition for the plugins viewer tool.
The identifier of the plugin.
The name of the plugin.
This is called when the plugin is enabled to ask that it configures itself.
| Parameters: | plugin_manager – the plugin manager. |
|---|
Base class: Model
The ServicesViewerToolPlugin class is the plugin definition for the services viewer tool.
The identifier of the plugin.
The name of the plugin.
This is called when the plugin is enabled to ask that it configures itself.
| Parameters: | plugin_manager – the plugin manager. |
|---|