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

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

public class help
extends Object

Display usage information.

Since:
0.0.1
Version:
$Id: help.java,v 1.20 2009-08-12 12:44:45 shilen Exp $
Author:
blair christensen.

Constructor Summary
help()
           
 
Method Summary
static void invoke(bsh.Interpreter i, bsh.CallStack stack)
          Display usage information.
static void invoke(bsh.Interpreter interpreter, bsh.CallStack callStack, String helpOn)
          get help on a specific command
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

help

public help()
Method Detail

invoke

public static void invoke(bsh.Interpreter interpreter,
                          bsh.CallStack callStack,
                          String helpOn)
get help on a specific command

Parameters:
interpreter -
callStack -
helpOn -

invoke

public static void invoke(bsh.Interpreter i,
                          bsh.CallStack stack)
Display usage information.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
Since:
0.0.1