blob: a3251684b3398a8615c5902aa458b26e7b4e57b1 [file] [log] [blame]
/*
* generated by Xtext
*/
package org.eclipse.qvto.examples.xtext.qvtoperational.ui;
import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory;
import org.osgi.framework.Bundle;
import com.google.inject.Injector;
import org.eclipse.qvto.examples.xtext.qvtoperational.ui.internal.QVTOperationalActivator;
/**
* This class was generated. Customizations should only happen in a newly
* introduced subclass.
*/
public class QVTOperationalExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory {
@Override
protected Bundle getBundle() {
return QVTOperationalActivator.getInstance().getBundle();
}
@Override
protected Injector getInjector() {
return QVTOperationalActivator.getInstance().getInjector(QVTOperationalActivator.ORG_ECLIPSE_QVTO_EXAMPLES_XTEXT_QVTOPERATIONAL_QVTOPERATIONAL);
}
}