|
None | __init__ (self, *args, **kwags) |
|
str | getId (self) |
|
None | setPluginId (self, str plugin_id) |
|
None | setMetaData (self, Dict[str, Any] metadata) |
|
Dict[str, Any] | getMetaData (self) |
|
str | getPluginId (self) |
|
None | setVersion (self, str version) |
|
str | getVersion (self) |
|
Base class for objects that can be provided by a plugin.
This class should be inherited by any class that can be provided
by a plugin. Its only function is to serve as a mapping between
the plugin and the object.
The documentation for this class was generated from the following file: