com.hp.hpl.jena.enhanced
Class BuiltinPersonalities

java.lang.Object
  extended by com.hp.hpl.jena.enhanced.BuiltinPersonalities

public class BuiltinPersonalities
extends Object

The personalities that are provided for the existing Jena classes. It is likely that this should be factored.

Author:
jjc + kers

Field Summary
static Personality<RDFNode> model
           
 
Constructor Summary
BuiltinPersonalities()
           
 
Method Summary
static void listPersonalities(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
 

Field Detail

model

public static final Personality<RDFNode> model
Constructor Detail

BuiltinPersonalities

public BuiltinPersonalities()
Method Detail

listPersonalities

public static void listPersonalities(PrintWriter writer)
For debugging purposes, list the standard personalities on the given output writer.

Parameters:
writer - A printwriter to list the personalities mapping to


Licenced under the Apache License, Version 2.0