Package gw.internal.gosu
Class ShellKernelInit
- java.lang.Object
-
- gw.internal.gosu.ShellKernelInit
-
- All Implemented Interfaces:
ServiceKernelInit
public class ShellKernelInit extends Object implements ServiceKernelInit
-
-
Constructor Summary
Constructors Constructor Description ShellKernelInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(ServiceKernel services)
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
-
-
Method Detail
-
init
public void init(ServiceKernel services)
Description copied from interface:ServiceKernelInit
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.- Specified by:
init
in interfaceServiceKernelInit
-
-