Class CoreActivator

  • All Implemented Interfaces:
    org.osgi.framework.BundleActivator

    public class CoreActivator
    extends Object
    implements org.osgi.framework.BundleActivator
    • Constructor Detail

      • CoreActivator

        public CoreActivator()
    • Method Detail

      • start

        public void start​(org.osgi.framework.BundleContext bundleContext)
        Specified by:
        start in interface org.osgi.framework.BundleActivator
      • stop

        public void stop​(org.osgi.framework.BundleContext bundleContext)
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
      • getCoreService

        public static CoreService getCoreService()
      • getModelFactory

        public static ModelFactory getModelFactory()
      • getHttpService

        public static org.osgi.service.http.HttpService getHttpService()
      • getService

        public static <S> S getService​(Class<S> clazz)