Uses of Interface
de.xima.fc.plugin.config.IBundleConfigParam
- 
Packages that use IBundleConfigParam Package Description de.xima.fc.plugin de.xima.fc.plugin.config de.xima.fc.plugin.models.config de.xima.fc.plugin.runtime  - 
- 
Uses of IBundleConfigParam in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return types with arguments of type IBundleConfigParam Modifier and Type Method Description static Map<String,IBundleConfigParam>PluginHelper. readBundleConfigParams(List<IBundleProperties> bundleProps, IPluginResourceHelper resourceHelper, Locale locale)Given a set ofbundle propertyinstances from a plugin, reads and returns all configuration parameters from that plugin.Method parameters in de.xima.fc.plugin with type arguments of type IBundleConfigParam Modifier and Type Method Description static <M extends IExtendedParameterModel>
List<M>PluginHelper. readParameterModels(Map<String,IBundleConfigParam> preDefinedProperties, Properties persistedProperties, com.alibaba.fastjson.util.BiFunction<String,String,M> modelFactory)Creates the parameter models for a plugin.static <M extends IExtendedParameterModel>
List<M>PluginHelper. readParameterModels(Map<String,IBundleConfigParam> preDefinedProperties, org.apache.commons.configuration2.Configuration persistedProperties, com.alibaba.fastjson.util.BiFunction<String,String,M> modelFactory)Creates the parameter models for a plugin. - 
Uses of IBundleConfigParam in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return types with arguments of type IBundleConfigParam Modifier and Type Method Description default Map<String,IBundleConfigParam>IBundleProperties. getConfigProperties()Deprecated.default Map<String,IBundleConfigParam>IBundleProperties. getConfigProperties(IPluginResourceHelper resHelper, Locale currentLocale)Returns a map with definitions of bundle configuration parameters. - 
Uses of IBundleConfigParam in de.xima.fc.plugin.models.config
Classes in de.xima.fc.plugin.models.config that implement IBundleConfigParam Modifier and Type Class Description classBundleConfigGroupItemclassBundleConfigParam - 
Uses of IBundleConfigParam in de.xima.fc.plugin.runtime
Methods in de.xima.fc.plugin.runtime that return types with arguments of type IBundleConfigParam Modifier and Type Method Description Map<String,IBundleConfigParam>PluginRuntime. getPropertiesConfiguration(Locale locale)Returns a map with definitions of bundle configuration parameters. 
 -