Package io.keikai.api
Class Importers
java.lang.Object
io.keikai.api.Importers
The main class to get an importer.
- Author:
- dennis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImporterGets default excel importerstatic ImportergetImporter(String type) Gets importer
-
Constructor Details
-
Importers
public Importers()
-
-
Method Details
-
getImporter
Gets importer- Parameters:
type- the importer type (e.x "excel")- Returns:
- importer instance for the type, null if not found
-
getImporter
Gets default excel importer- Returns:
- importer instance for excel, null if not found
-