Package io.keikai.api
Class Exporters
- java.lang.Object
-
- io.keikai.api.Exporters
-
public class Exporters extends Object
The main class to get an exporter.- Since:
- 3.0.0
- Author:
- dennis
-
-
Constructor Summary
Constructors Constructor Description Exporters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Exporter
getExporter()
Gets default excel exporterstatic Exporter
getExporter(String type)
Gets exporter
-
-
-
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
-
-