edu.internet2.middleware.grouper.app.gsh
Class p

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.gsh.p

public class p
extends Object

Pretty print results.

Since:
0.0.1
Version:
$Id: p.java,v 1.2 2008-09-29 03:38:28 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
p()
           
 
Method Summary
static void invoke(bsh.Interpreter i, bsh.CallStack stack, Object obj)
          Pretty print results.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

p

public p()
Method Detail

invoke

public static void invoke(bsh.Interpreter i,
                          bsh.CallStack stack,
                          Object obj)
Pretty print results.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
obj - Object to print.
Since:
0.0.1