/* * generated by Xtext */ package org.eclipse.etrice.core.etmap.ui; import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory; import org.osgi.framework.Bundle; import com.google.inject.Injector; import org.eclipse.etrice.core.etmap.ui.internal.ETMapActivator; /** * This class was generated. Customizations should only happen in a newly * introduced subclass. */ public class ETMapExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory { @Override protected Bundle getBundle() { return ETMapActivator.getInstance().getBundle(); } @Override protected Injector getInjector() { return ETMapActivator.getInstance().getInjector(ETMapActivator.ORG_ECLIPSE_ETRICE_CORE_ETMAP_ETMAP); } }