Package com._1c.g5.v8.dt.cmi.ui
Class CmiExecutableExtensionFactory
- java.lang.Object
-
- org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
- com._1c.g5.v8.dt.cmi.ui.CmiExecutableExtensionFactory
-
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.core.runtime.IExecutableExtensionFactory
public class CmiExecutableExtensionFactory extends org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
Cmi executable extension factory.
-
-
Constructor Summary
Constructors Constructor Description CmiExecutableExtensionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.osgi.framework.Bundle
getBundle()
Gets bundle.protected com.google.inject.Injector
getInjector()
Gets injector.
-
-
-
Method Detail
-
getBundle
protected org.osgi.framework.Bundle getBundle()
Gets bundle.- Specified by:
getBundle
in classorg.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
getInjector
protected com.google.inject.Injector getInjector()
Gets injector.- Specified by:
getInjector
in classorg.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
-