Class PluginManager
java.lang.Object
ru.bgcrm.plugin.PluginManager
Singleton plugin loader and storage
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionComplete map of all plugins, keyPlugin.getId()Complete list of all plugins.List of not active plugins that can be activatedstatic PluginManagerList of enabled pluginsMap of enabled plugins, keyPlugin.getId()static voidinit()
-
Field Details
-
ERP_PACKAGES
-
-
Method Details
-
init
-
getInstance
-
getFullSortedPluginList
-
getPluginList
-
getInactivePluginList
-
getPluginMap
Map of enabled plugins, keyPlugin.getId()- Returns:
- the enabled plugins map
-
getFullPluginMap
Complete map of all plugins, keyPlugin.getId()- Returns:
- the full plugins map
-