org.apache.jena.riot
Class IO_Jena

java.lang.Object
  extended by org.apache.jena.riot.IO_Jena

public class IO_Jena
extends Object


Field Summary
static Symbol streamManagerSymbol
           
 
Constructor Summary
IO_Jena()
           
 
Method Summary
static void registerForModelRead(String name, Class<?> cls)
          Register for use with Model.read (old style compatibility)
static void registerForModelWrite(String name, Class<?> cls)
          Register for use with Model.write (old style compatibility)
static void resetJena()
           
static void resetJenaReaders()
          Deprecated. Use 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_Jena

public IO_Jena()
Method Detail

wireIntoJena

public static void wireIntoJena()

resetJenaReaders

@Deprecated
public static void resetJenaReaders()
Deprecated. Use resetJena()


resetJena

public static void resetJena()

registerForModelRead

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


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