org.apache.jena.riot.system
Class IO_JenaReaders

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

public class IO_JenaReaders
extends Object


Field Summary
static Symbol streamManagerSymbol
           
 
Constructor Summary
IO_JenaReaders()
           
 
Method Summary
static void registerForModelRead(String name, Class<?> cls)
          Register for use with Model.read (old style compatibility)
static void resetJena()
           
static void wireIntoJena()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streamManagerSymbol

public static Symbol streamManagerSymbol
Constructor Detail

IO_JenaReaders

public IO_JenaReaders()
Method Detail

wireIntoJena

public static void wireIntoJena()

resetJena

public static void resetJena()

registerForModelRead

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



Licenced under the Apache License, Version 2.0