| Package | Description |
|---|---|
| at.mug.iqm.api | |
| at.mug.iqm.core.registry |
| Modifier and Type | Field and Description |
|---|---|
private static IPluginRegistry |
Application.pluginRegistry |
| Modifier and Type | Method and Description |
|---|---|
static IPluginRegistry |
Application.getPluginRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Application.setPluginRegistry(IPluginRegistry pluginRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
PluginRegistry
The
PluginRegistry maintains a
static HashMap<String, IPlugin>, where all operators are
put when IPlugin.init() is called. |
| Modifier and Type | Method and Description |
|---|---|
static IPluginRegistry |
PluginRegistry.getInstance()
Returns a reference to the singleton.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.