Uses of Class
groovy.lang.GroovyShell

Packages that use GroovyShell
groovy.lang   
groovy.text   
groovy.ui   
org.codehaus.groovy.bsf   
 

Uses of GroovyShell in groovy.lang
 

Constructors in groovy.lang with parameters of type GroovyShell
GroovyShell(GroovyShell shell)
          Creates a child shell using a new ClassLoader which uses the parent shell's class loader as its parent
 

Uses of GroovyShell in groovy.text
 

Constructors in groovy.text with parameters of type GroovyShell
XmlTemplateEngine(XmlParser xmlParser, GroovyShell groovyShell, String indention)
           
 

Uses of GroovyShell in groovy.ui
 

Methods in groovy.ui that return GroovyShell
 GroovyShell ConsoleSupport.getShell()
           
 

Constructors in groovy.ui with parameters of type GroovyShell
ShellCompleter(GroovyShell shell)
           
GroovySocketServer(GroovyShell groovy, boolean isScriptFile, String scriptFilenameOrText, boolean autoOutput, int port)
           
 

Uses of GroovyShell in org.codehaus.groovy.bsf
 

Fields in org.codehaus.groovy.bsf declared as GroovyShell
protected  GroovyShell GroovyEngine.shell
           
 

Methods in org.codehaus.groovy.bsf that return GroovyShell
protected  GroovyShell GroovyEngine.getEvalShell()
           
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.