Package com.aquima.web.config
Class PluginManager
- java.lang.Object
-
- com.aquima.web.config.PluginManager
-
@Component("pluginManager") public class PluginManager extends Object
This bean holds information about the loaded plugins.- Since:
- version 10.0
- Author:
- EmokeO
-
-
Constructor Summary
Constructors Constructor Description PluginManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.blueriq.component.api.plugin.IPluginMetadata>
getPlugins()
void
setPlugins(List<com.blueriq.component.api.plugin.IPluginMetadata> plugins)
Collects all IPluginMetadata implementations registered in the application
-
-
-
Method Detail
-
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
-
-
getPlugins
public List<com.blueriq.component.api.plugin.IPluginMetadata> getPlugins()
- Returns:
- returns the plugins installed
-
-