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 interface
StreamExporter
interface
UrlExporter
interface
WriterExporter
Classes in org.openrefine.exporters that implement Exporter Modifier and Type Class Description class
CsvExporter
class
HtmlTableExporter
class
OdsExporter
class
TemplatingExporter
class
XlsExporter
Methods in org.openrefine.exporters that return Exporter Modifier and Type Method Description static Exporter
ExporterRegistry. getExporter(String format)
Methods in org.openrefine.exporters with parameters of type Exporter Modifier and Type Method Description static void
ExporterRegistry. 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 class
SqlExporter
-
Uses of Exporter in org.openrefine.wikibase.exporters
Classes in org.openrefine.wikibase.exporters that implement Exporter Modifier and Type Class Description class
QuickStatementsExporter
class
SchemaExporter
-