Package com._1c.g5.v8.dt.rights
Class RightsPluginExecutableExtensionFactory
java.lang.Object
com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
com._1c.g5.v8.dt.rights.RightsPluginExecutableExtensionFactory
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.core.runtime.IExecutableExtensionFactory
public class RightsPluginExecutableExtensionFactory
extends AbstractGuiceAwareExecutableExtensionFactory
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._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
create, setInitializationData
-
Constructor Details
-
RightsPluginExecutableExtensionFactory
public RightsPluginExecutableExtensionFactory()
-
-
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
-