Uses of Interface
org.apache.jena.riot.rowset.RowSetWriterFactory
Packages that use RowSetWriterFactory
-
Uses of RowSetWriterFactory in org.apache.jena.riot.rowset
Methods in org.apache.jena.riot.rowset that return RowSetWriterFactoryModifier and TypeMethodDescriptionstatic RowSetWriterFactory
RowSetWriterRegistry.getFactory
(Lang lang) Lookup aLang
to get the registeredRowSetReaderFactory
(or null)Methods in org.apache.jena.riot.rowset with parameters of type RowSetWriterFactoryModifier and TypeMethodDescriptionstatic void
RowSetWriterRegistry.register
(Lang lang, RowSetWriterFactory factory) Register aRowSetReaderFactory
for aLang
-
Uses of RowSetWriterFactory in org.apache.jena.riot.rowset.rw
Fields in org.apache.jena.riot.rowset.rw declared as RowSetWriterFactoryModifier and TypeFieldDescriptionstatic RowSetWriterFactory
RowSetWriterCSV.factory
static RowSetWriterFactory
RowSetWriterJSON.factory
static RowSetWriterFactory
RowSetWriterNone.factory
static RowSetWriterFactory
RowSetWriterProtobuf.factory
static RowSetWriterFactory
RowSetWriterText.factory
static RowSetWriterFactory
RowSetWriterThrift.factory
static RowSetWriterFactory
RowSetWriterTSV.factory
static RowSetWriterFactory
RowSetWriterXML.factory