|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KernelConfiguration | |
|---|---|
| io.nuun.kernel.api.config | |
| Uses of KernelConfiguration in io.nuun.kernel.api.config |
|---|
| Methods in io.nuun.kernel.api.config that return KernelConfiguration | |
|---|---|
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>... pluginsClass)
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||