Package de.xima.fc.plugin.config
Interface IBundleProperties
- 
- All Superinterfaces:
 Serializable
public interface IBundleProperties extends Serializable
Provides a list of all the plugin bundle properties used to display in the configuration view.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default Map<String,IBundleConfigParam>getConfigProperties()Deprecated.use {getConfigProperties(IPluginResourceHelper, Locale)instead.default Map<String,IBundleConfigParam>getConfigProperties(IPluginResourceHelper resHelper, Locale currentLocale)Returns a map with definitions of bundle configuration parameters. 
 - 
 
- 
- 
Method Detail
- 
getConfigProperties
@Deprecated default Map<String,IBundleConfigParam> 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
 
 - 
 
 -