Package de.xima.fc.plugin.config
Interface IBundleProperties
- All Superinterfaces:
Serializable
Provides a list of all the plugin bundle properties used to display in the configuration view.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault Map<String,IBundleConfigParam> Deprecated.default Map<String,IBundleConfigParam> getConfigProperties(IPluginResourceHelper resHelper, Locale currentLocale) Returns a map with definitions of bundle configuration parameters.
-
Method Details
-
getConfigProperties
Deprecated.use {getConfigProperties(IPluginResourceHelper, Locale)instead.- Returns:
- Always
null.
-
getConfigProperties
default Map<String,IBundleConfigParam> getConfigProperties(IPluginResourceHelper resHelper, Locale currentLocale) Returns a map with definitions of bundle configuration parameters. Key is the parameter name, value is a bundle parameter definition of typeIBundleConfigParam.- Parameters:
resHelper- ResourceHelper to determine i18n values from the plugin bundle, if they existscurrentLocale- the current locale- Returns:
Mapwith objects of typeIBundleConfigParamornull
-
getConfigProperties(IPluginResourceHelper, Locale)instead.