Class BmBslPlugin

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

    public class BmBslPlugin
    extends org.eclipse.core.runtime.Plugin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PLUGIN_ID  
      • Fields inherited from class org.eclipse.core.runtime.Plugin

        PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      BmBslPlugin()  
    • Constructor Detail

      • BmBslPlugin

        public BmBslPlugin()
    • Method Detail

      • log

        public static void log​(org.eclipse.core.runtime.IStatus status)
      • createErrorStatus

        public static org.eclipse.core.runtime.IStatus createErrorStatus​(String msg,
                                                                         Throwable e)
      • createWarningStatus

        public static org.eclipse.core.runtime.IStatus createWarningStatus​(String msg)
      • start

        public void start​(org.osgi.framework.BundleContext bundleContext)
                   throws Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Overrides:
        start in class org.eclipse.core.runtime.Plugin
        Throws:
        Exception
      • stop

        public void stop​(org.osgi.framework.BundleContext bundleContext)
                  throws Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Overrides:
        stop in class org.eclipse.core.runtime.Plugin
        Throws:
        Exception
      • getInjector

        public com.google.inject.Injector getInjector()
        Returns Guice injector for this plugin.
        Returns:
        Guice injector for this plugin, never null