Home
Categories
Dictionary
Download
Project Details
Changes Log
Tutorials
FAQ
License

Plugin Manifest



The Plugin manifest must contain at least the following property:
  • MDIPluginClass: the path of the Plugin class

Plugin manifest keys

The PluginManifestKeys specifies the list of keys which can be set in the Plugin manifest:

Examples

The configuration for a basic Plugin is:
   MDIPluginClass: my.plugin.MyPluginClass
The configuration for a Plugin with a Plugin type is:
   MDIPluginClass: my.plugin.MyPluginClass
   MDIPluginType: myType
The configuration for a Plugin with dependencies to other Plugins is:
   MDIPluginClass: my.plugin.MyPluginClass
   MDIPluginDependencies: masterPlugin
The configuration for a Plugin with named configurations is:
   MDIPluginClass: my.plugin.MyPluginClass
   MDIPluginConfig: myConfig

See also


Categories: Plugins

Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences