java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.palladiosimulator.dataflow.dictionary.characterized.dsl.ui.internal.DslActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

    • PLUGIN_ID

      public static final String PLUGIN_ID
      See Also:
    • ORG_PALLADIOSIMULATOR_DATAFLOW_DICTIONARY_CHARACTERIZED_DSL_CHARACTERIZEDDATADICTIONARY

      public static final String ORG_PALLADIOSIMULATOR_DATAFLOW_DICTIONARY_CHARACTERIZED_DSL_CHARACTERIZEDDATADICTIONARY
      See Also:
  • Constructor Details

    • DslActivator

      public DslActivator()
  • 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 DslActivator 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()