org.joseki.util
Class PrintUtils

java.lang.Object
  extended byorg.joseki.util.PrintUtils

public class PrintUtils
extends java.lang.Object

Code to format things for output

Version:
$Id: PrintUtils.java,v 1.4 2004/04/30 14:13:13 andy_seaborne Exp $
Author:
Andy Seaborne

Constructor Summary
PrintUtils()
           
 
Method Summary
static void dumpResource(org.apache.commons.logging.Log log, com.hp.hpl.jena.rdf.model.Resource r)
           
static java.lang.String fmt(com.hp.hpl.jena.rdf.model.Literal literal)
           
static java.lang.String fmt(com.hp.hpl.jena.rdf.model.RDFNode n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintUtils

public PrintUtils()
Method Detail

fmt

public static java.lang.String fmt(com.hp.hpl.jena.rdf.model.RDFNode n)

fmt

public static java.lang.String fmt(com.hp.hpl.jena.rdf.model.Literal literal)

dumpResource

public static void dumpResource(org.apache.commons.logging.Log log,
                                com.hp.hpl.jena.rdf.model.Resource r)


Copyright © 2002 Hewlett-Packard. All Rights Reserved.