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 SummaryFields inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactoryPARAMETER_CLASS_NAME, PARAMETER_NAMED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.osgi.framework.Bundleprotected com.google.inject.InjectorMethods inherited from class com.e1c.g5.v8.dt.cli.api.components.BaseCliCommandExtensionFactorycreateMethods inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactorysetInitializationData
- 
Constructor Details- 
ExecutableExtensionFactorypublic ExecutableExtensionFactory()
 
- 
- 
Method Details- 
getBundleprotected org.osgi.framework.Bundle getBundle()- Specified by:
- getBundlein class- AbstractGuiceAwareExecutableExtensionFactory
 
- 
getInjectorprotected com.google.inject.Injector getInjector()- Specified by:
- getInjectorin class- AbstractGuiceAwareExecutableExtensionFactory
 
 
-