Package org.openrefine.exporters
Interface WriterExporter
-
- All Superinterfaces:
Exporter
- All Known Implementing Classes:
CsvExporter
,HtmlTableExporter
,QuickStatementsExporter
,SchemaExporter
,SqlExporter
,TemplatingExporter
public interface WriterExporter extends Exporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)
-
Methods inherited from interface org.openrefine.exporters.Exporter
getContentType
-
-
-
-
Method Detail
-
export
void export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer) throws IOException
- Throws:
IOException
-
-