Class ExecutableExtensionFactory
- java.lang.Object
-
- org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
- org.palladiosimulator.xtext.helper.ui.ExecutableExtensionFactory
-
- All Implemented Interfaces:
IExecutableExtension,IExecutableExtensionFactory
public class ExecutableExtensionFactory extends org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
-
Constructor Summary
Constructors Constructor Description ExecutableExtensionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.osgi.framework.BundlegetBundle()protected com.google.inject.InjectorgetInjector()
-
-
-
Method Detail
-
getBundle
protected org.osgi.framework.Bundle getBundle()
- Specified by:
getBundlein classorg.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
getInjector
protected com.google.inject.Injector getInjector()
- Specified by:
getInjectorin classorg.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
-