Class WstApplicationsUiExtensionFactory
java.lang.Object
com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
com.e1c.g5.dt.internal.applications.wst.ui.WstApplicationsUiExtensionFactory
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.core.runtime.IExecutableExtensionFactory
Executable extension factory for WST server applications UI plug-in.
-
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._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
create, setInitializationData
-
Constructor Details
-
WstApplicationsUiExtensionFactory
public WstApplicationsUiExtensionFactory()
-
-
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
-