Package com.e1c.g5.v8.dt.formatter.bsl
Class ExecutableExtensionFactory
java.lang.Object
com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
com.e1c.g5.v8.dt.cli.api.components.BaseCliCommandExtensionFactory
com.e1c.g5.v8.dt.formatter.bsl.ExecutableExtensionFactory
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.core.runtime.IExecutableExtensionFactory
Guice module aware executable extension factory.
-
Field Summary
Fields inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
PARAMETER_CLASS_NAME, PARAMETER_NAMED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.osgi.framework.Bundle
protected com.google.inject.Injector
Methods inherited from class com.e1c.g5.v8.dt.cli.api.components.BaseCliCommandExtensionFactory
create
Methods inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
setInitializationData
-
Constructor Details
-
ExecutableExtensionFactory
public ExecutableExtensionFactory()
-
-
Method Details
-
getBundle
protected org.osgi.framework.Bundle getBundle()- Specified by:
getBundle
in classAbstractGuiceAwareExecutableExtensionFactory
-
getInjector
protected com.google.inject.Injector getInjector()- Specified by:
getInjector
in classAbstractGuiceAwareExecutableExtensionFactory
-