Uses of Interface
de.xima.fc.plugin.config.IBundleProperties
Packages that use IBundleProperties
-
Uses of IBundleProperties in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return types with arguments of type IBundlePropertiesModifier and TypeMethodDescriptionstatic List<IBundleProperties>
PluginHelper.getBundleProperties
(org.reflections.Reflections reflect) Method to loadIBundleProperties
from the givenReflections
Method parameters in de.xima.fc.plugin with type arguments of type IBundlePropertiesModifier 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. -
Uses of IBundleProperties in de.xima.fc.plugin.runtime
Method parameters in de.xima.fc.plugin.runtime with type arguments of type IBundlePropertiesModifier and TypeMethodDescriptionvoid
PluginRuntime.setPropertyConfiguration
(List<IBundleProperties> propertyConfiguration) Sets the user-defined properties of the plugin.