Interface IExporterFile
-
- All Superinterfaces:
IExporter
- All Known Implementing Classes:
ExporterCSV,ExporterExcel,ExporterJSON,ExporterXML
public interface IExporterFile extends IExporter
A specialized exporter that exports to a file. This interface provides additional meta information.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EExchangeFileTypegetFileType()-
Methods inherited from interface com.helger.photon.exchange.bulkexport.IExporter
exportRecords
-
-
-
-
Method Detail
-
getFileType
@Nonnull EExchangeFileType getFileType()
- Returns:
- The file type for export.
-
-