Package gw.config

Class DefaultCommonsServiceKernelInit

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultCommonsServiceKernelInit

        public DefaultCommonsServiceKernelInit()
    • 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 interface ServiceKernelInit