| Package | Description |
|---|---|
| io.nuun.kernel.api | |
| io.nuun.kernel.api.config | |
| io.nuun.kernel.api.plugin.context |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<? extends Plugin>> |
Plugin.dependentPlugins()
list of plugins that become dependent on "this" plugin.
|
List<Plugin> |
Kernel.plugins()
After the kernel is initialized, if necessary, one can ask for the list of the plugins.
|
Collection<Class<? extends Plugin>> |
Plugin.requiredPlugins()
list of plugins dependencies required by this plugin
|
| 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.plugins(Plugin... plugins) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Plugin> |
InitContext.dependentPlugins()
Returns instances of the plugins that become dependent on this plugin.
|
Collection<? extends Plugin> |
InitContext.pluginsRequired()
Return instances of the Plugin asked by the plugin
|
Copyright © 2012-2014. All Rights Reserved.