org.eclipse.emfforms.spi.spreadsheet.core.importer
Interface EMFFormsSpreadsheetImporter
- All Known Implementing Classes:
- EMFFormsSpreadsheetImporterImpl
public interface EMFFormsSpreadsheetImporter
Entry point for triggering the import from an Spreadsheet document.
- 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. |
INSTANCE
static final EMFFormsSpreadsheetImporter INSTANCE
- Singleton to get access to the importer.
importSpreadsheet
Collection<org.eclipse.emf.ecore.EObject> importSpreadsheet(String filePath,
org.eclipse.emf.ecore.EClass eClass)
- Starts the import from an Spreadsheet document.
- 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.