Package io.keikai.api

Class Exporters


  • public class Exporters
    extends Object
    The main class to get an exporter.
    Since:
    3.0.0
    Author:
    dennis
    • Constructor Detail

      • Exporters

        public Exporters()
    • Method Detail

      • getExporter

        public static Exporter getExporter​(String type)
        Gets exporter
        Parameters:
        type - the exporter type (e.x "excel")
        Returns:
        exporter instance for the type, null if not found
      • getExporter

        public static Exporter getExporter()
        Gets default excel exporter
        Returns:
        excel exporter instance, null if not found