Package | Description |
---|---|
systems.dmx.core.impl | |
systems.dmx.core.osgi |
Modifier and Type | Field and Description |
---|---|
(package private) PluginImpl |
MigrationManager.MigrationInfo.plugin |
Modifier and Type | Field and Description |
---|---|
private Map<String,PluginImpl> |
PluginManager.activatedPlugins
The pool of activated plugins.
|
Modifier and Type | Method and Description |
---|---|
(package private) PluginImpl |
PluginManager.getPlugin(String pluginUri) |
PluginImpl |
CoreServiceImpl.getPlugin(String pluginUri) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
PluginManager.activatePlugin(PluginImpl plugin)
Activates a plugin.
|
private void |
PluginManager.addToActivatedPlugins(PluginImpl plugin) |
(package private) void |
PluginManager.deactivatePlugin(PluginImpl plugin) |
(package private) void |
EventManager.dispatchEvent(PluginImpl plugin,
DMXEvent event,
Object... params)
Delivers an event to a particular plugin.
|
private void |
MigrationManager.injectServices(Migration migration,
String migrationInfo,
PluginImpl plugin) |
private void |
MigrationManager.runMigration(int migrationNr,
PluginImpl plugin,
boolean isCleanInstall)
Collects the info needed to run a migration, runs it, and then updates the version number in the DB.
|
(package private) void |
MigrationManager.runPluginMigrations(PluginImpl plugin,
boolean isCleanInstall)
Determines the migrations to be run for the specified plugin, and runs them.
|
Constructor and Description |
---|
MigrationInfo(int migrationNr,
PluginImpl plugin) |
Modifier and Type | Field and Description |
---|---|
private PluginImpl |
PluginActivator.plugin |
Copyright © 2018. All Rights Reserved.