Package com.google.refine.exporters
Class TemplatingExporter
java.lang.Object
com.google.refine.exporters.TemplatingExporter
- All Implemented Interfaces:
Exporter,WriterExporter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(Project project, Properties options, Engine engine, Writer writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.refine.exporters.WriterExporter
export
-
Constructor Details
-
TemplatingExporter
public TemplatingExporter()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceExporter
-
export
public void export(Project project, Properties options, Engine engine, Writer writer) throws IOException - Specified by:
exportin interfaceWriterExporter- Throws:
IOException
-