Package io.keikai.api
Class Importers
- java.lang.Object
-
- io.keikai.api.Importers
-
public class Importers extends Object
The main class to get an importer.- Author:
- dennis
-
-
Constructor Summary
Constructors Constructor Description Importers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Importer
getImporter()
Gets default excel importerstatic Importer
getImporter(String type)
Gets importer
-
-
-
Method Detail
-
getImporter
public static Importer getImporter(String type)
Gets importer- Parameters:
type
- the importer type (e.x "excel")- Returns:
- importer instance for the type, null if not found
-
getImporter
public static Importer getImporter()
Gets default excel importer- Returns:
- importer instance for excel, null if not found
-
-