Groovy 1.7.0

org.codehaus.groovy.tools.shell
Class ShellRunner

java.lang.Object
  org.codehaus.groovy.tools.shell.ShellRunner

class ShellRunner
extends Object

Support for running a Shell.

version:
$Id: ShellRunner.groovy 12286 2008-05-04 13:41:55Z user57 $
author:
Jason Dillon


Property Summary
boolean breakOnNull

Closure errorHandler

protected Logger log

boolean running

Shell shell

 
Constructor Summary
ShellRunner(Shell shell)

 
Method Summary
protected String readLine()

void run()

protected boolean work()

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

breakOnNull

boolean breakOnNull


errorHandler

Closure errorHandler


log

protected final Logger log


running

boolean running


shell

final Shell shell


 
Constructor Detail

ShellRunner

public ShellRunner(Shell shell)


 
Method Detail

readLine

protected String readLine()


run

void run()


work

protected boolean work()


 

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