Package com.aquima.web.config
Class PluginManager
java.lang.Object
com.aquima.web.config.PluginManager
This bean holds information about the loaded plugins.
- Since:
- version 10.0
- Author:
- EmokeO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<com.blueriq.component.api.plugin.IPluginMetadata> void
setPlugins
(List<com.blueriq.component.api.plugin.IPluginMetadata> plugins) Collects all IPluginMetadata implementations registered in the application
-
Constructor Details
-
Method Details
-
setPlugins
@Autowired(required=false) public void setPlugins(List<com.blueriq.component.api.plugin.IPluginMetadata> plugins) Collects all IPluginMetadata implementations registered in the application- Parameters:
plugins
- the list of found plugins
-
getPlugins
- Returns:
- returns the plugins installed
-