Groovy 1.7.0

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


Property Summary
def do_start

def do_status

def do_stop

 
Constructor Summary
RecordCommand(Shell shell)

 
Method Summary
boolean isRecording()

def recordError(Throwable cause)

def recordInput(String line)

def recordResult(Object result)

 
Methods inherited from class ComplexCommandSupport
createCompletors, executeFunction, loadFunction
 
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
 

Property Detail

do_start

def do_start


do_status

def do_status


do_stop

def do_stop


 
Constructor Detail

RecordCommand

public RecordCommand(Shell shell)


 
Method Detail

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.