Package org.openrefine.exporters
Class ExporterRegistry
- java.lang.Object
-
- org.openrefine.exporters.ExporterRegistry
-
public abstract class ExporterRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description ExporterRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Exporter
getExporter(String format)
static void
registerExporter(String format, Exporter exporter)
-