Package io.nuun.kernel.core
Class NuunCore
- java.lang.Object
-
- io.nuun.kernel.core.NuunCore
-
public class NuunCore extends Object
NuunCore is a class used to create the Nuun core objects, ie. the kernel and its configuration.- Author:
- epo.jemba@kametic.com
-
-
Constructor Summary
Constructors Constructor Description NuunCore()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KernelcreateKernel(KernelConfiguration configuration)Creates a kernel with the given configuration.static KernelConfigurationnewKernelConfiguration()Creates a kernel configuration which will be used to instantiate a new kernel.
-
-
-
Method Detail
-
newKernelConfiguration
public static KernelConfiguration newKernelConfiguration()
Creates a kernel configuration which will be used to instantiate a new kernel.- Returns:
- a kernelConfiguration
-
createKernel
public static Kernel createKernel(KernelConfiguration configuration)
Creates a kernel with the given configuration.- Parameters:
configuration- the kernel configuration- Returns:
- the kernel
-
-