blob: 20ae4d4f5e5c29f2bcc392245223eea028ae8e3b [file] [log] [blame]
/**
********************************************************************************
* Copyright (c) 2018-2021 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Robert Bosch GmbH - initial API and implementation
********************************************************************************
*/
package app4mc.example.transform.m2t.loader;
import org.eclipse.emf.ecore.resource.ResourceSet;
public interface IMultiFileLoader {
public ResourceSet loadMultipleFiles(String directoryPath);
}