Package com.google.refine.exporters
Class HtmlTableExporter
java.lang.Object
com.google.refine.exporters.HtmlTableExporter
- All Implemented Interfaces:
Exporter,WriterExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(Project project, Properties params, 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
-
HtmlTableExporter
public HtmlTableExporter()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceExporter
-
export
public void export(Project project, Properties params, Engine engine, Writer writer) throws IOException - Specified by:
exportin interfaceWriterExporter- Throws:
IOException
-