org.openrdf.query.resultio.text.tsv
Class SPARQLResultsTSVWriterFactory

java.lang.Object
  extended by org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
All Implemented Interfaces:
TupleQueryResultWriterFactory

public class SPARQLResultsTSVWriterFactory
extends Object
implements TupleQueryResultWriterFactory

A TupleQueryResultWriterFactory for writers of SPARQL/TSV tuple query results.

Author:
Jeen Broekstra

Constructor Summary
SPARQLResultsTSVWriterFactory()
           
 
Method Summary
 TupleQueryResultFormat getTupleQueryResultFormat()
          Returns TupleQueryResultFormat.TSV.
 TupleQueryResultWriter getWriter(OutputStream out)
          Returns a new instance of SPARQLResultsTSVWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARQLResultsTSVWriterFactory

public SPARQLResultsTSVWriterFactory()
Method Detail

getTupleQueryResultFormat

public TupleQueryResultFormat getTupleQueryResultFormat()
Returns TupleQueryResultFormat.TSV.

Specified by:
getTupleQueryResultFormat in interface TupleQueryResultWriterFactory

getWriter

public TupleQueryResultWriter getWriter(OutputStream out)
Returns a new instance of SPARQLResultsTSVWriter.

Specified by:
getWriter in interface TupleQueryResultWriterFactory
Parameters:
out - The OutputStream to write the result to.


Copyright © 2001-2012 Aduna. All Rights Reserved.