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