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 ofSPARQLStarResultsTSVWriter
.- Author:
- Pavel Mihaylov
-
-
Constructor Summary
Constructors Constructor Description SPARQLStarResultsTSVWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TupleQueryResultFormat
getTupleQueryResultFormat()
ReturnsTupleQueryResultFormat.TSV_STAR
.TupleQueryResultWriter
getWriter(OutputStream out)
Returns a new instance ofSPARQLStarResultsTSVWriter
.
-
-
-
Method Detail
-
getTupleQueryResultFormat
public TupleQueryResultFormat getTupleQueryResultFormat()
ReturnsTupleQueryResultFormat.TSV_STAR
.- Specified by:
getTupleQueryResultFormat
in interfaceTupleQueryResultWriterFactory
-
getWriter
public TupleQueryResultWriter getWriter(OutputStream out)
Returns a new instance ofSPARQLStarResultsTSVWriter
.- Specified by:
getWriter
in interfaceTupleQueryResultWriterFactory
- Parameters:
out
- The OutputStream to write the result to.
-
-