Class EMFPatternLanguagePlugin

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

    public class EMFPatternLanguagePlugin
    extends java.lang.Object
    implements org.osgi.framework.BundleActivator
    • Field Detail

      • NO_EXTERNAL_INJECTOR_PRIORITY

        public static final int NO_EXTERNAL_INJECTOR_PRIORITY
        See Also:
        Constant Field Values
      • GENERATOR_INJECTOR_PRIORITY

        public static final int GENERATOR_INJECTOR_PRIORITY
        See Also:
        Constant Field Values
      • EDITOR_INJECTOR_PRIORITY

        public static final int EDITOR_INJECTOR_PRIORITY
        See Also:
        Constant Field Values
    • Constructor Detail

      • EMFPatternLanguagePlugin

        public EMFPatternLanguagePlugin()
    • Method Detail

      • start

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

        public void stop​(org.osgi.framework.BundleContext context)
                  throws java.lang.Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Throws:
        java.lang.Exception
      • addCompoundInjector

        public boolean addCompoundInjector​(com.google.inject.Injector injector,
                                           int injectorPriority)