Uses of Interface
de.xima.fc.plugin.config.IBundleProperties
-
Packages that use IBundleProperties Package Description de.xima.fc.plugin de.xima.fc.plugin.runtime -
-
Uses of IBundleProperties in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return types with arguments of type IBundleProperties Modifier and Type Method Description static 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 IBundleProperties Modifier and Type Method Description static 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 IBundleProperties Modifier and Type Method Description void
PluginRuntime. setPropertyConfiguration(List<IBundleProperties> propertyConfiguration)
Sets the user-defined properties of the plugin.
-