org.eclipse.emfforms.internal.spreadsheet.core.importer
Class EMFFormsSpreadsheetImporterImpl
java.lang.Object
org.eclipse.emfforms.internal.spreadsheet.core.importer.EMFFormsSpreadsheetImporterImpl
- All Implemented Interfaces:
- EMFFormsSpreadsheetImporter
public class EMFFormsSpreadsheetImporterImpl
- extends Object
- implements EMFFormsSpreadsheetImporter
Implementation of the EMFFormsSpreadsheetImporter
.
- Author:
- Eugen Neufeld
Method Summary |
Collection<org.eclipse.emf.ecore.EObject> |
importSpreadsheet(String filePath,
org.eclipse.emf.ecore.EClass eClass)
Starts the import from an Spreadsheet document. |
EMFFormsSpreadsheetImporterImpl
public EMFFormsSpreadsheetImporterImpl()
- Default Constructor.
importSpreadsheet
public Collection<org.eclipse.emf.ecore.EObject> importSpreadsheet(String filePath,
org.eclipse.emf.ecore.EClass eClass)
- Description copied from interface:
EMFFormsSpreadsheetImporter
- Starts the import from an Spreadsheet document.
- Specified by:
importSpreadsheet
in interface EMFFormsSpreadsheetImporter
- Parameters:
filePath
- The path to the file to read from.eClass
- The EClass
of the stored objects
- Returns:
- The Collection of all read objects
Copyright © 2015. All Rights Reserved.