Groovy 2.2.0

org.codehaus.groovy.tools.shell
[Groovy] Class ShellRunner

java.lang.Object
  org.codehaus.groovy.tools.shell.ShellRunner
All Implemented Interfaces:
Runnable

abstract class ShellRunner

Support for running a Shell.

Authors:
Jason Dillon
Version:
\$Id\$


Field Summary
protected Logger log

 
Property Summary
boolean breakOnNull

Closure errorHandler

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, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

log

protected final Logger log


 
Property Detail

breakOnNull

boolean breakOnNull


errorHandler

Closure errorHandler


running

boolean running


shell

final Shell shell


 
Constructor Detail

ShellRunner

ShellRunner(Shell shell)


 
Method Detail

readLine

protected String readLine()


run

void run()


work

protected boolean work()


 

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