Uses of Interface
org.openrefine.exporters.Exporter
-
Packages that use Exporter Package Description org.openrefine.exporters org.openrefine.exporters.sql org.openrefine.wikibase.exporters -
-
Uses of Exporter in org.openrefine.exporters
Subinterfaces of Exporter in org.openrefine.exporters Modifier and Type Interface Description interfaceStreamExporterinterfaceUrlExporterinterfaceWriterExporterClasses in org.openrefine.exporters that implement Exporter Modifier and Type Class Description classCsvExporterclassHtmlTableExporterclassOdsExporterclassTemplatingExporterclassXlsExporterMethods in org.openrefine.exporters that return Exporter Modifier and Type Method Description static ExporterExporterRegistry. getExporter(String format)Methods in org.openrefine.exporters with parameters of type Exporter Modifier and Type Method Description static voidExporterRegistry. registerExporter(String format, Exporter exporter) -
Uses of Exporter in org.openrefine.exporters.sql
Classes in org.openrefine.exporters.sql that implement Exporter Modifier and Type Class Description classSqlExporter -
Uses of Exporter in org.openrefine.wikibase.exporters
Classes in org.openrefine.wikibase.exporters that implement Exporter Modifier and Type Class Description classQuickStatementsExporterclassSchemaExporter
-