public class history extends Object
GrouperShell History.
| Constructor and Description |
|---|
history() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invoke(bsh.Interpreter i,
bsh.CallStack stack)
Print commands that have been run.
|
static void |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
int cnt)
Print the last cnt commands that have been run.
|
public static void invoke(bsh.Interpreter i,
bsh.CallStack stack)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.GrouperShellExceptionpublic static void invoke(bsh.Interpreter i,
bsh.CallStack stack,
int cnt)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.cnt - Print the last cnt commands.GrouperShellExceptionCopyright © 2016 Internet2. All rights reserved.