java.lang.Object
edu.internet2.middleware.grouper.app.gsh.last

public class last extends Object
Run previous GrouperShell commands.

Since:
0.0.1
Version:
$Id: last.java,v 1.2 2008-09-29 03:38:28 mchyzer Exp $
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    invoke(bsh.Interpreter i, bsh.CallStack stack)
    Run last command.
    static void
    invoke(bsh.Interpreter i, bsh.CallStack stack, int idx)
    Run the command at position idx.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • last

      public last()
  • Method Details

    • invoke

      public static void invoke(bsh.Interpreter i, bsh.CallStack stack) throws GrouperShellException
      Run last command.

      Parameters:
      i - BeanShell interpreter.
      stack - BeanShell call stack.
      Throws:
      GrouperShellException
      Since:
      0.0.1
    • invoke

      public static void invoke(bsh.Interpreter i, bsh.CallStack stack, int idx) throws GrouperShellException
      Run the command at position idx.

      Parameters:
      i - BeanShell interpreter.
      stack - BeanShell call stack.
      idx - Run command idx.
      Throws:
      GrouperShellException
      Since:
      0.0.1