Class IO_Jena

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

public class IO_Jena extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Revert adapters in so jena-core operations "model.read" and "model.write" are routed by jena-core (most syntaxes are not available).
    static void
    Wire the adapters in so jena-core operations "model.read" and "model.write" are routed to RIOT.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IO_Jena

      public IO_Jena()
  • Method Details

    • wireIntoJena

      public static void wireIntoJena()
      Wire the adapters in so jena-core operations "model.read" and "model.write" are routed to RIOT.
    • resetJena

      public static void resetJena()
      Revert adapters in so jena-core operations "model.read" and "model.write" are routed by jena-core (most syntaxes are not available).