|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.app.gsh.history
public class history
GrouperShell History.
| Constructor Summary | |
|---|---|
history()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public history()
| Method Detail |
|---|
public static void invoke(bsh.Interpreter i,
bsh.CallStack stack)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.
GrouperShellException
public 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.
GrouperShellException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||