| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.tools.shell.ShellRunner
abstract class ShellRunner extends Object
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-2010 The Codehaus. All rights reserved.