Class BuiltinPersonalities


  • public class BuiltinPersonalities
    extends java.lang.Object
    The personalities that are provided for the existing Jena classes. It is likely that this should be factored.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void listPersonalities​(java.io.PrintWriter writer)
      For debugging purposes, list the standard personalities on the given output writer.
      • Methods inherited from class java.lang.Object

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

      • BuiltinPersonalities

        public BuiltinPersonalities()
    • Method Detail

      • listPersonalities

        public static void listPersonalities​(java.io.PrintWriter writer)
        For debugging purposes, list the standard personalities on the given output writer.
        Parameters:
        writer - A printwriter to list the personalities mapping to