Class SysRIOT

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

public class SysRIOT extends Object
  • Field Details

    • riotLoggerName

      public static final String riotLoggerName
      See Also:
    • sysRdfWriterProperties

      public static final Symbol sysRdfWriterProperties
      Context key for old style RDFWriter properties. The value of this in a Context must be a Map<String, Object>. The entries of the map are used to set writer properties before the RDFWriter is called. Only has any effect on RDF/XML and RDF/XML-ABBREV.
    • sysRdfReaderProperties

      public static final Symbol sysRdfReaderProperties
      Context key for old style RDFReader properties. The value of this in a Context must be a Map<String, Object>. The entries of the map are used to set reader properties before the RDFReader is called. Only has any effect on RDF/XML
    • sysStreamManager

      public static Symbol sysStreamManager
      Context key for the StreamManager
  • Constructor Details

    • SysRIOT

      public SysRIOT()
  • Method Details

    • setStrictMode

      public static void setStrictMode(boolean state)
    • isStrictMode

      public static boolean isStrictMode()
    • fmtMessage

      public static String fmtMessage(String message, long line, long col)
    • getLogger

      public static org.slf4j.Logger getLogger()
    • chooseBaseIRI

      public static String chooseBaseIRI(String baseIRI, String fileOrIri)
      Choose base IRI, from a given one and a filename. Prefer the given base; turn any filename into an IRI which is resolved as well.
    • filename2baseIRI

      public static String filename2baseIRI(String filename)