org.eaglei.repository.format
Class RDFHTMLWriterFactory

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

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

Boilerplate for Sesame RDF writer registry.

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

Constructor Summary
RDFHTMLWriterFactory()
           
 
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

RDFHTMLWriterFactory

public RDFHTMLWriterFactory()
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.