org.codehaus.groovy.tools.shell.commands
Class RecordCommand
java.lang.Object
org.codehaus.groovy.tools.shell.CommandSupport
org.codehaus.groovy.tools.shell.ComplexCommandSupport
org.codehaus.groovy.tools.shell.commands.RecordCommand
class RecordCommand
extends ComplexCommandSupport
The 'record' command.
- version:
- $Id: RecordCommand.groovy 8432 2007-10-07 08:55:37Z user57 $
- author:
- Jason Dillon
Methods inherited from class CommandSupport
|
alias, assertNoArguments, createCompletors, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getHistory, getImports, getVariables |
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
do_start
def do_start
-
do_status
def do_status
-
do_stop
def do_stop
-
RecordCommand
public RecordCommand(Shell shell)
-
isRecording
boolean isRecording()
-
recordError
public def recordError(Throwable cause)
-
recordInput
public def recordInput(String line)
-
recordResult
public def recordResult(Object result)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.