java.lang.Object
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 $
  • Constructor Details

    • help

      public help()
  • Method Details

    • 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
    • invoke

      public static void invoke(String helpOn)
      get help
      Parameters:
      helpOn - if specific command
    • getHelp

      public static String getHelp(String helpOn)
      get help
      Parameters:
      helpOn - if specific command
      Returns:
      string