edu.internet2.middleware.grouper.app.gsh
Class help
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.help
public class help
- extends java.lang.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,
java.lang.String helpOn)
get help on a specific command |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
help
public help()
invoke
public static void invoke(bsh.Interpreter interpreter,
bsh.CallStack callStack,
java.lang.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