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

Field Summary
static EMFFormsSpreadsheetImporter INSTANCE
          Singleton to get access to the importer.
 
Method Summary
 Collection<org.eclipse.emf.ecore.EObject> importSpreadsheet(String filePath, org.eclipse.emf.ecore.EClass eClass)
          Starts the import from an Spreadsheet document.
 

Field Detail

INSTANCE

static final EMFFormsSpreadsheetImporter INSTANCE
Singleton to get access to the importer.

Method Detail

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.