blob: 7b02be58e2de5dc9ddccababacae8789fffe2b59 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2014 EclipseSource Muenchen GmbH 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:
* neilmack - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.emfstore.core.internal;
import org.eclipse.emf.emfstore.internal.client.model.ESWorkspaceProviderImpl;
/**
* @author neilmack
*
* This interace provides the relevant ESWorkspaceProviderImpl
* @since 1.5
*/
public interface ESWorkspaceProviderProvider {
/**
* @return an {@link ESWorkspaceProviderImpl}
*/
ESWorkspaceProviderImpl getESWorkspaceProviderInstance();
}