Package ru.bgcrm.plugin
Class PluginManager
java.lang.Object
ru.bgcrm.plugin.PluginManager
Singleton plugin loader and storage.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionComplete map of all plugins, keyPlugin.getId().Complete list of all plugins.List of not active plugins that can be activated.static PluginManagerList of enabled plugins.Map of enabled plugins, keyPlugin.getId().static voidinit()
- 
Field Details- 
ERP_PACKAGES
 
- 
- 
Method Details- 
init- Throws:
- Exception
 
- 
getInstance
- 
getFullSortedPluginListComplete list of all plugins. First kernel plugin, after the rest alphabetically sorted by ID.- Returns:
 
- 
getPluginListList of enabled plugins.- Returns:
 
- 
getInactivePluginListList of not active plugins that can be activated.- Returns:
 
- 
getPluginMapMap of enabled plugins, keyPlugin.getId().- Returns:
 
- 
getFullPluginMapComplete map of all plugins, keyPlugin.getId().- Returns:
 
 
-