| Package | Description |
|---|---|
| io.nuun.kernel.api | |
| io.nuun.kernel.api.config |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Plugin> |
Kernel.plugins()
After the kernel is initialized, if necessary, one can ask for the map of plugins.
|
| Modifier and Type | Method and Description |
|---|---|
UnitModule |
Kernel.nonGuiceOverridingUnitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular Overriding UnitModule created by one plugin.
|
UnitModule |
Kernel.nonGuiceUnitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular UnitModule created by one plugin.
|
UnitModule |
Kernel.overridingUnitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular Overriding UnitModule created by one plugin.
|
UnitModule |
Kernel.unitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular UnitModule created by one plugin.
|
| Modifier and Type | Method and Description |
|---|---|
KernelConfiguration |
KernelConfiguration.addPlugin(Plugin plugins)
Specifies a plugin to be used by the Nuun kernel.
|
KernelConfiguration |
KernelConfiguration.plugins(Plugin... plugins)
Specifies the plugins to be used by the Nuun kernel.
|
| Modifier and Type | Method and Description |
|---|---|
KernelConfiguration |
KernelConfiguration.addPlugin(Class<? extends Plugin> pluginsClass)
Specifies a plugin to be used by the Nuun kernel.
|
Copyright © 2012-2015. All Rights Reserved.