Uses of Interface
de.xima.fc.plugin.config.IBundleConfigParam
Packages that use IBundleConfigParam
Package
Description
-
Uses of IBundleConfigParam in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return types with arguments of type IBundleConfigParamModifier and TypeMethodDescriptionstatic Map<String,
IBundleConfigParam> PluginHelper.readBundleConfigParams
(List<IBundleProperties> bundleProps, IPluginResourceHelper resourceHelper, Locale locale) Given a set ofbundle property
instances from a plugin, reads and returns all configuration parameters from that plugin.Method parameters in de.xima.fc.plugin with type arguments of type IBundleConfigParamModifier and TypeMethodDescriptionstatic <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 IBundleConfigParamModifier and TypeMethodDescriptiondefault 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 -
Uses of IBundleConfigParam in de.xima.fc.plugin.runtime
Methods in de.xima.fc.plugin.runtime that return types with arguments of type IBundleConfigParamModifier and TypeMethodDescriptionPluginRuntime.getPropertiesConfiguration
(Locale locale) Returns a map with definitions of bundle configuration parameters.
IBundleProperties.getConfigProperties(IPluginResourceHelper, Locale)
instead.