[Groovy] Class HistoryCommand

  • org.codehaus.groovy.tools.shell.commands.HistoryCommand
@Deprecated
class HistoryCommand
extends ComplexCommandSupport

The 'history' command.

Field Summary

Fields
Modifiers Name Description
static String COMMAND_NAME
Inherited fields
Fields inherited from class Fields
class ComplexCommandSupport defaultFunction, functions
class CommandSupport NEWLINE, io, log, messages, registry, shell

Properties Summary

Properties
Type Name and description
Object do_clear
Object do_flush
Object do_recall
history show shows a list of indexes and past commands. recall serves to rerun one of those by their index.
Object do_show

Constructor Summary

Constructors
Constructor and description
HistoryCommand (Groovysh shell)

Methods Summary

Methods
Type Params Return Type Name and description
protected List createCompleters()
Object execute(List<String> args)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class ComplexCommandSupport createCompleters, execute, executeFunction, loadFunction
class CommandSupport alias, assertNoArguments, createCompleters, fail, fail, getAliases, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHidden, getHistory, getImports, getName, getShortcut, getUsage, getVariables

Field Detail

public static final String COMMAND_NAME

Property Detail

Object do_clear

Object do_flush

Object 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.

Object do_show

Constructor Detail

HistoryCommand(Groovysh shell)

Method Detail

@Override protected List createCompleters()

@Override Object execute(List<String> args)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/shell/commands/HistoryCommand.html