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

java.lang.Object
  extended by 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 $
Author:
blair christensen.

Constructor Summary
last()
           
 
Method Summary
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

last

public last()
Method Detail

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