|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginImpl | |
|---|---|
| de.deepamehta.core.impl | |
| de.deepamehta.core.osgi | |
| Uses of PluginImpl in de.deepamehta.core.impl |
|---|
| Fields in de.deepamehta.core.impl with type parameters of type PluginImpl | |
|---|---|
private Map<String,PluginImpl> |
PluginManager.activatedPlugins
The pool of activated plugins. |
| Methods in de.deepamehta.core.impl that return PluginImpl | |
|---|---|
(package private) PluginImpl |
PluginManager.getPlugin(String pluginUri)
|
| Methods in de.deepamehta.core.impl with parameters of type PluginImpl | |
|---|---|
(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.deliverEvent(PluginImpl plugin,
DeepaMehtaEvent 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)
Runs a core migration or a plugin migration. |
private void |
MigrationManager.runPluginMigration(PluginImpl plugin,
int migrationNr,
boolean isCleanInstall)
|
(package private) void |
MigrationManager.runPluginMigrations(PluginImpl plugin,
boolean isCleanInstall)
Determines the migrations to be run for the specified plugin and run them. |
| Constructors in de.deepamehta.core.impl with parameters of type PluginImpl | |
|---|---|
MigrationManager.MigrationInfo(int migrationNr,
PluginImpl plugin)
|
|
| Uses of PluginImpl in de.deepamehta.core.osgi |
|---|
| Fields in de.deepamehta.core.osgi declared as PluginImpl | |
|---|---|
private PluginImpl |
PluginActivator.plugin
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||