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 Details

    • Importers

      public Importers()
  • Method Details

    • 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