Class SPARQLResultsXLSXWriterFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.sparqlxslx.SPARQLResultsXLSXWriterFactory
- All Implemented Interfaces:
TupleQueryResultWriterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the tuple query result format for this factory.getWriter(OutputStream out) Returns a new instance of SPARQLResultsXLSXWriter.
-
Constructor Details
-
SPARQLResultsXLSXWriterFactory
public SPARQLResultsXLSXWriterFactory()
-
-
Method Details
-
getTupleQueryResultFormat
Description copied from interface:TupleQueryResultWriterFactoryReturns the tuple query result format for this factory.- Specified by:
getTupleQueryResultFormatin interfaceTupleQueryResultWriterFactory
-
getWriter
Returns a new instance of SPARQLResultsXLSXWriter.- Specified by:
getWriterin interfaceTupleQueryResultWriterFactory- Parameters:
out- The OutputStream to write the result to.
-