class RecordCommand extends ComplexCommandSupport
The 'record' command.
Modifiers | Name | Description |
---|---|---|
static String |
COMMAND_NAME |
Constructor and description |
---|
RecordCommand(Groovysh shell) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isRecording() |
|
Object |
recordError(Throwable cause) |
|
Object |
recordInput(String line) |
|
Object |
recordResult(Object result) |
Methods inherited from class | Name |
---|---|
class ComplexCommandSupport |
execute |
class CommandSupport |
getAliases, getCompleter, getDescription, getHelp, getHidden, getName, getShortcut, getUsage |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.