Class ComposeActivator

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

    public class ComposeActivator
    extends AbstractUIPlugin
    This class was generated. Customizations should only happen in a newly introduced subclass.
    • Constructor Detail

      • ComposeActivator

        public ComposeActivator()
    • Method Detail

      • start

        public void start​(org.osgi.framework.BundleContext context)
                   throws Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Overrides:
        start in class AbstractUIPlugin
        Throws:
        Exception
      • stop

        public void stop​(org.osgi.framework.BundleContext context)
                  throws Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Overrides:
        stop in class AbstractUIPlugin
        Throws:
        Exception
      • getInjector

        public com.google.inject.Injector getInjector​(String language)
      • createInjector

        protected com.google.inject.Injector createInjector​(String language)
      • getRuntimeModule

        protected com.google.inject.Module getRuntimeModule​(String grammar)
      • getUiModule

        protected com.google.inject.Module getUiModule​(String grammar)
      • getSharedStateModule

        protected com.google.inject.Module getSharedStateModule()