Package com._1c.g5.v8.dt.ql.bm
Class BmQlExecutableExtensionFactory
- java.lang.Object
-
- com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
-
- com._1c.g5.v8.dt.ql.bm.BmQlExecutableExtensionFactory
-
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.core.runtime.IExecutableExtensionFactory
public class BmQlExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory
Extension Factory for QL BM plugin.
-
-
Field Summary
-
Fields inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
PARAMETER_CLASS_NAME, PARAMETER_NAMED
-
-
Constructor Summary
Constructors Constructor Description BmQlExecutableExtensionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.osgi.framework.Bundle
getBundle()
protected com.google.inject.Injector
getInjector()
-
Methods inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
create, setInitializationData
-
-
-
-
Method Detail
-
getBundle
protected org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle
in classAbstractGuiceAwareExecutableExtensionFactory
-
getInjector
protected com.google.inject.Injector getInjector()
- Specified by:
getInjector
in classAbstractGuiceAwareExecutableExtensionFactory
-
-