| Package | Description |
|---|---|
| io.nuun.kernel.api.config |
| Modifier and Type | Method and Description |
|---|---|
KernelConfiguration |
KernelConfiguration.addPlugin(Class<? extends Plugin> pluginsClass)
Specifies a plugin to be used by the Nuun kernel.
|
KernelConfiguration |
KernelConfiguration.addPlugin(Plugin plugins)
Specifies a plugin to be used by the Nuun kernel.
|
KernelConfiguration |
KernelConfiguration.classpathScanMode(ClasspathScanMode mode)
Sets the classpath scan mode.
|
KernelConfiguration |
KernelConfiguration.containerContext(Object containerContext)
Sets the container context which will be passed to plugins.
|
KernelConfiguration |
KernelConfiguration.dependencyInjectionMode(DependencyInjectionMode mode)
Sets the dependency injection mode.
|
KernelConfiguration |
KernelConfiguration.moduleValidation(ModuleValidation validation)
Sets a
ModuleValidation which will be used
to assert UnitModule given by the plugins. |
KernelConfiguration |
KernelConfiguration.param(String key,
String value)
Sets a key/value parameter.
|
KernelConfiguration |
KernelConfiguration.params(String... paramEntries)
Sets parameters entries as a sequence of key value pairs.
|
KernelConfiguration |
KernelConfiguration.plugins(Class<? extends Plugin>... pluginsClasses)
Specifies the plugins to be used by the Nuun kernel.
|
KernelConfiguration |
KernelConfiguration.plugins(Plugin... plugins)
Specifies the plugins to be used by the Nuun kernel.
|
KernelConfiguration |
KernelConfiguration.withoutSpiPluginsLoader()
Disables the plugin scan via the service loader.
|
KernelConfiguration |
KernelConfiguration.withSpiPluginsLoader()
Enables the plugin scan via the service loader.
|
Copyright © 2012-2015. All Rights Reserved.