Groovy 1.7.2

org.codehaus.groovy.tools.shell
Class ShellRunner

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

public abstract 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
protected Logger log

 
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

log

protected final Logger log


 
Constructor Detail

ShellRunner

public ShellRunner(Shell shell)


 
Method Detail

readLine

protected String readLine()


run

public void run()


work

protected boolean work()


 

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