Package io.keikai.range
Interface SExporterFactory
-
- All Known Implementing Classes:
ExcelExportFactory
,HtmlExporterFactory
,PdfExporterFactory
public interface SExporterFactory
The interface defines factory methods for exporters.- Since:
- 3.5.0
- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SExporter
createExporter()
Create an exporter
-
-
-
Method Detail
-
createExporter
SExporter createExporter()
Create an exporter
-
-