Package org.openrefine.exporters
Interface Exporter
-
- All Known Subinterfaces:
StreamExporter,UrlExporter,WriterExporter
- All Known Implementing Classes:
CsvExporter,HtmlTableExporter,OdsExporter,QuickStatementsExporter,SchemaExporter,SqlExporter,TemplatingExporter,XlsExporter
public interface Exporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()
-
-
-
Method Detail
-
getContentType
String getContentType()
- Returns:
- MIME content type handled by exporter
-
-