Package io.keikai.api

Class Importers


  • public class Importers
    extends Object
    The main class to get an importer.
    Author:
    dennis
    • Constructor Detail

      • Importers

        public Importers()
    • 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