com.github.jsonldjava.impl
Class SesameJSONLDWriterFactory

java.lang.Object
  extended by com.github.jsonldjava.impl.SesameJSONLDWriterFactory
All Implemented Interfaces:
org.openrdf.rio.RDFWriterFactory

public class SesameJSONLDWriterFactory
extends Object
implements org.openrdf.rio.RDFWriterFactory

An RDFWriterFactory that creates instances of SesameJSONLDWriter.

Author:
Peter Ansell p_ansell@yahoo.com

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

Constructor Detail

SesameJSONLDWriterFactory

public SesameJSONLDWriterFactory()
Method Detail

getRDFFormat

public org.openrdf.rio.RDFFormat getRDFFormat()
Specified by:
getRDFFormat in interface org.openrdf.rio.RDFWriterFactory

getWriter

public org.openrdf.rio.RDFWriter getWriter(OutputStream out)
Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory

getWriter

public org.openrdf.rio.RDFWriter getWriter(Writer writer)
Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory


Copyright © 2013. All Rights Reserved.