Class CaiExecutableExtensionFactory

java.lang.Object
org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
com._1c.g5.v8.dt.cai.CaiExecutableExtensionFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.core.runtime.IExecutableExtensionFactory

public class CaiExecutableExtensionFactory extends org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
ClientApplicationInterface executable extension factory.
  • Field Summary

    Fields inherited from class org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory

    clazzName, config, GUICEKEY, log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.osgi.framework.Bundle
    Gets bundle.
    protected com.google.inject.Injector
    Gets injector.

    Methods inherited from class org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory

    create, handleCreationError, setInitializationData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CaiExecutableExtensionFactory

      public CaiExecutableExtensionFactory()
  • Method Details

    • getBundle

      protected org.osgi.framework.Bundle getBundle()
      Gets bundle.
      Specified by:
      getBundle in class org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
    • getInjector

      protected com.google.inject.Injector getInjector()
      Gets injector.
      Specified by:
      getInjector in class org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory