Groovy 2.2.0

org.codehaus.groovy.tools.shell.commands
[Groovy] 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.

Authors:
Jason Dillon
Version:
\$Id\$


Field Summary
 
Fields inherited from class ComplexCommandSupport
defaultFunction, functions
 
Fields inherited from class CommandSupport
NEWLINE, io, log, messages, registry, shell
 
Property Summary
def do_start

def do_status

def do_stop

 
Constructor Summary
RecordCommand(Groovysh shell)

 
Method Summary
boolean isRecording()

def recordError(Throwable cause)

def recordInput(String line)

def recordResult(Object result)

 
Methods inherited from class ComplexCommandSupport
createCompleters, execute, executeFunction, getFunctions, loadFunction
 
Methods inherited from class CommandSupport
alias, assertNoArguments, createCompleters, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHistory, getImports, getUsage, getVariables
 

Property Detail

do_start

def do_start


do_status

def do_status


do_stop

def do_stop


 
Constructor Detail

RecordCommand

RecordCommand(Groovysh shell)


 
Method Detail

isRecording

boolean isRecording()


recordError

def recordError(Throwable cause)


recordInput

def recordInput(String line)


recordResult

def recordResult(Object result)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.