MDIPluginClass: the path of the Plugin classMDIPluginClass: The PluginManifestKeys.KEY_PLUGIN_CLASS key specifies the path of the Plugin classMDIPluginType: The PluginManifestKeys.KEY_PLUGIN_TYPE key specifies the path of the Plugin class. See Allowing only specified Plugin types for more informationMDIPluginDependencies: The PluginManifestKeys.KEY_PLUGIN_DEPENDENCIES key specifies the Plugins on which a Plugin depends on. See plugins dependencies for more informationMDIPluginFactory: The PluginManifestKeys.KEY_PLUGIN_FACTORY key specifies a PluginFactory which can be used to customize the initializarion process of the Plugin. See PluginFactory for more informationMDIPluginConfig: The PluginManifestKeys.KEY_PLUGIN_CONFIG key specifies a list of configuration names use by this Plugin. It must be a list of names separated by ";" characters. See Plugins configuration for more informationMDIPluginClass: my.plugin.MyPluginClassThe configuration for a Plugin with a Plugin type is:
MDIPluginClass: my.plugin.MyPluginClass MDIPluginType: myTypeThe configuration for a Plugin with dependencies to other Plugins is:
MDIPluginClass: my.plugin.MyPluginClass MDIPluginDependencies: masterPluginThe configuration for a Plugin with named configurations is:
MDIPluginClass: my.plugin.MyPluginClass MDIPluginConfig: myConfig
Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences