blob: 1d13ec773e64a9b215eda0c86b40795fa103a3be [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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();
}