Uses of Interface
org.apache.jena.riot.rowset.RowSetWriterFactory
-
Uses of RowSetWriterFactory in org.apache.jena.riot.rowset
Modifier and TypeMethodDescriptionstatic RowSetWriterFactory
RowSetWriterRegistry.getFactory
(Lang lang) Lookup aLang
to get the registeredRowSetReaderFactory
(or null)Modifier and TypeMethodDescriptionstatic void
RowSetWriterRegistry.register
(Lang lang, RowSetWriterFactory factory) Register aRowSetReaderFactory
for aLang
-
Uses of RowSetWriterFactory in org.apache.jena.riot.rowset.rw
Modifier 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