blob: 3a9f3f3efeefe0b12fa13df88c4948a91ffc6ef8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Francesco Guidieri - Initial contribution and API
*******************************************************************************/
package org.eclipse.emf.parsley.tests.factories.resourcelistening;
import org.eclipse.emf.parsley.tests.EmfParsleyTestsActivator;
import org.eclipse.emf.parsley.tests.factories.EmfParsleyTestsExecutableExtensionFactory;
import com.google.inject.Injector;
/**
* Uses an editable table
*
* @author Francesco Guidieri
*
*/
public class ResourceListeningLibraryExecutableExtensionFactory extends
EmfParsleyTestsExecutableExtensionFactory {
@Override
public Injector getInjector() {
return EmfParsleyTestsActivator.getDefault().getInjector(
this.getClass());
}
}