edu.internet2.middleware.grouper.internal.util
Class PrettyPrint

java.lang.Object
  extended by edu.internet2.middleware.grouper.internal.util.PrettyPrint

public class PrettyPrint
extends Object

Utility class for pretty printing objects.

Since:
1.2.0
Version:
$Id: PrettyPrint.java,v 1.7 2009-03-24 17:12:08 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
PrettyPrint()
           
 
Method Summary
static String pp(Object obj)
          Return a pretty printed string of the specified object (if possible).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrint

public PrettyPrint()
Method Detail

pp

public static String pp(Object obj)
Return a pretty printed string of the specified object (if possible).

Since:
1.2.0