org.apache.jena.riot.system
Class IO_JenaWriters

java.lang.Object
  extended by org.apache.jena.riot.system.IO_JenaWriters

public class IO_JenaWriters
extends Object


Constructor Summary
IO_JenaWriters()
           
 
Method Summary
static RDFFormat getFormatForJenaWriter(String jenaName)
          return the RDFFormat for the existing Jena writer name, or null
static Collection<String> getJenaWriterNames()
          Return a collection of jena writer names
static void registerForModelWrite(String name, Class<?> cls)
          Register for use with Model.write (old style compatibility)
static void resetJena()
           
static void setFormatForJenaWriter(String jenaName, RDFFormat format)
          Register an RDFFormat for a Jena writer name
static void wireIntoJena()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO_JenaWriters

public IO_JenaWriters()
Method Detail

getFormatForJenaWriter

public static RDFFormat getFormatForJenaWriter(String jenaName)
return the RDFFormat for the existing Jena writer name, or null


setFormatForJenaWriter

public static void setFormatForJenaWriter(String jenaName,
                                          RDFFormat format)
Register an RDFFormat for a Jena writer name


getJenaWriterNames

public static Collection<String> getJenaWriterNames()
Return a collection of jena writer names


wireIntoJena

public static void wireIntoJena()

resetJena

public static void resetJena()

registerForModelWrite

public static void registerForModelWrite(String name,
                                         Class<?> cls)
Register for use with Model.write (old style compatibility)



Licenced under the Apache License, Version 2.0