|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.shell.ShellRunner
abstract class ShellRunner
Support for running a Shell.
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 |
---|
protected final Logger log
Property Detail |
---|
boolean breakOnNull
Closure errorHandler
boolean running
final Shell shell
Constructor Detail |
---|
ShellRunner(Shell shell)
Method Detail |
---|
protected String readLine()
void run()
protected boolean work()
Copyright © 2003-2013 The Codehaus. All rights reserved.