MDIPluginConfig manifest property allows to specify the configuration or configurations associated with the Plugin. For example:MDIPluginClass: my.plugin.MyPluginClass MDIPluginConfig: myConfigIt is also possible to define more than one configuration for a Plugin (configurations must be separated by a semicolon). For example:
MDIPluginClass: my.plugin.MyPluginClass MDIPluginConfig: myConfig;myConfig2
getConfiguration and putConfiguration methods with the configuration nameput methods in the Preferences class for each named configuration in the Pluginget methods in the Preferences class for each named configuration in the Plugin
Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences