Class SPARQLStarResultsTSVWriterFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLStarResultsTSVWriterFactory
- All Implemented Interfaces:
TupleQueryResultWriterFactory
- Direct Known Subclasses:
SPARQLStarResultsTSVWriterFactory
public class SPARQLStarResultsTSVWriterFactory
extends Object
implements TupleQueryResultWriterFactory
TupleQueryResultWriterFactory
for creating instances of SPARQLStarResultsTSVWriter
.- Author:
- Pavel Mihaylov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturnsTupleQueryResultFormat.TSV_STAR
.getWriter
(OutputStream out) Returns a new instance ofSPARQLStarResultsTSVWriter
.
-
Constructor Details
-
SPARQLStarResultsTSVWriterFactory
public SPARQLStarResultsTSVWriterFactory()
-
-
Method Details
-
getTupleQueryResultFormat
ReturnsTupleQueryResultFormat.TSV_STAR
.- Specified by:
getTupleQueryResultFormat
in interfaceTupleQueryResultWriterFactory
-
getWriter
Returns a new instance ofSPARQLStarResultsTSVWriter
.- Specified by:
getWriter
in interfaceTupleQueryResultWriterFactory
- Parameters:
out
- The OutputStream to write the result to.
-