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

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

public class version
extends Object

Get version information.

Since:
0.0.1
Version:
$Id: version.java,v 1.3 2008-11-08 03:42:33 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
version()
           
 
Method Summary
static String invoke(bsh.Interpreter i, bsh.CallStack stack)
          Get version information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

version

public version()
Method Detail

invoke

public static String invoke(bsh.Interpreter i,
                            bsh.CallStack stack)
Get version information.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
Returns:
GrouperShell version.
Since:
0.0.1