[Groovy] Class ShellRunner
- org.apache.groovy.groovysh.ShellRunner
-
All Implemented Interfaces and Traits:
-
Runnable
abstract class ShellRunner
extends Object
implements Runnable
Support for running a Shell.
Field Summary
Fields
Modifiers |
Name |
Description |
protected Logger |
log |
|
Properties Summary
Constructor Summary
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
protected abstract String |
readLine()
|
|
void |
run()
|
|
protected boolean |
work()
|
Inherited Methods Summary
Field Detail
protected final Logger log
Property Detail
boolean breakOnNull
boolean running
final Shell shell
Constructor Detail
protected ShellRunner(Shell shell)
Method Detail
protected abstract String readLine()
protected boolean work()