org.codehaus.groovy.tools.shell.commands
[Groovy] Class HistoryCommand
java.lang.Object
org.codehaus.groovy.tools.shell.CommandSupport
org.codehaus.groovy.tools.shell.ComplexCommandSupport
org.codehaus.groovy.tools.shell.commands.HistoryCommand
class HistoryCommand
extends ComplexCommandSupport
The 'history' command.
- Authors:
- Jason Dillon
- Version:
- \$Id\$
Methods inherited from class CommandSupport
|
alias, assertNoArguments, createCompleters, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHistory, getImports, getUsage, getVariables |
do_clear
def do_clear
-
do_flush
def do_flush
-
do_recall
def do_recall
- history show shows a list of indexes and past commands. recall serves to rerun one of those by their index.
There is is moving window of indexes, so the first valid index will usually be greater than zero.
do_show
def do_show
-
HistoryCommand
HistoryCommand(Groovysh shell)
-
createCompletors
protected List createCompletors()
-
execute
Object execute(List args)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.