org.eaglei.repository.format
Class RDFContextNTriplesWriterFactory

java.lang.Object
  extended by org.eaglei.repository.format.RDFContextNTriplesWriterFactory
All Implemented Interfaces:
org.openrdf.rio.RDFWriterFactory

public class RDFContextNTriplesWriterFactory
extends java.lang.Object
implements org.openrdf.rio.RDFWriterFactory

Boilerplate for Sesame RDF writer registry.

Version:
$Id: $
Author:
Larry Stone Started May 10, 2010

Constructor Summary
RDFContextNTriplesWriterFactory()
           
 
Method Summary
 org.openrdf.rio.RDFFormat getRDFFormat()
          getRDFFormat
 org.openrdf.rio.RDFWriter getWriter(java.io.OutputStream out)
          
 org.openrdf.rio.RDFWriter getWriter(java.io.Writer out)
          getWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFContextNTriplesWriterFactory

public RDFContextNTriplesWriterFactory()
Method Detail

getRDFFormat

public org.openrdf.rio.RDFFormat getRDFFormat()

getRDFFormat

Specified by:
getRDFFormat in interface org.openrdf.rio.RDFWriterFactory
Returns:
a RDFFormat object.

getWriter

public org.openrdf.rio.RDFWriter getWriter(java.io.OutputStream out)

Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory

getWriter

public org.openrdf.rio.RDFWriter getWriter(java.io.Writer out)

getWriter

Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory
Parameters:
out - a Writer object.
Returns:
a RDFWriter object.


Copyright © 2009-2011 Eagle-I. All Rights Reserved.