Class AbstractActivator

java.lang.Object
com.amalgamasimulation.graphicaleditor.AbstractActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public abstract class AbstractActivator extends Object implements org.osgi.framework.BundleActivator
  • Field Details

    • context

      public static org.osgi.framework.BundleContext context
    • injector

      public static com.google.inject.Injector injector
  • Constructor Details

    • AbstractActivator

      public AbstractActivator()
  • Method Details

    • start

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

      public void stop(org.osgi.framework.BundleContext bundleContext) throws Exception
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Throws:
      Exception
    • GetInjector

      public static com.google.inject.Injector GetInjector()
    • getContext

      public static org.osgi.framework.BundleContext getContext()
    • createModule

      protected abstract Module createModule()