Class TpcmActivator

java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.palladiosimulator.textual.tpcm.ui.internal.TpcmActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator
Direct Known Subclasses:
CustomTpcmActivator

public class TpcmActivator extends AbstractUIPlugin
This class was generated. Customizations should only happen in a newly introduced subclass.
  • Field Details

  • Constructor Details

    • TpcmActivator

      public TpcmActivator()
  • Method Details

    • 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
    • getInstance

      public static TpcmActivator getInstance()
    • 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()