Uses of Interface
org.apache.jena.riot.resultset.ResultSetWriterFactory
-
Packages that use ResultSetWriterFactory Package Description org.apache.jena.riot.resultset org.apache.jena.riot.resultset.rw -
-
Uses of ResultSetWriterFactory in org.apache.jena.riot.resultset
Methods in org.apache.jena.riot.resultset that return ResultSetWriterFactory Modifier and Type Method Description static ResultSetWriterFactoryResultSetWriterRegistry. getFactory(Lang lang)Lookup aLangto get the registeredResultSetReaderFactory(or null)Methods in org.apache.jena.riot.resultset with parameters of type ResultSetWriterFactory Modifier and Type Method Description static voidResultSetWriterRegistry. register(Lang lang, ResultSetWriterFactory factory)Register aResultSetReaderFactoryfor aLang -
Uses of ResultSetWriterFactory in org.apache.jena.riot.resultset.rw
Fields in org.apache.jena.riot.resultset.rw declared as ResultSetWriterFactory Modifier and Type Field Description static ResultSetWriterFactoryResultSetWriterCSV. factorystatic ResultSetWriterFactoryResultSetWriterJSON. factorystatic ResultSetWriterFactoryResultSetWriterNone. factorystatic ResultSetWriterFactoryResultSetWriterText. factorystatic ResultSetWriterFactoryResultSetWriterThrift. factorystatic ResultSetWriterFactoryResultSetWriterTSV. factorystatic ResultSetWriterFactoryResultSetWriterXML. factory
-