|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroovyShell | |
|---|---|
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| groovy.text | Contains the text processing utilities including templating APIs and default implementations. |
| groovy.ui | An interactive command line terminal along with a Swing console for evaluating Groovy scripts. |
| org.codehaus.groovy.bsf | Defines the BSF Engine for using Groovy inside any BSF application. |
| 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 |
|---|
| Fields in groovy.text declared as GroovyShell | |
|---|---|
private GroovyShell |
XmlTemplateEngine.groovyShell
|
private GroovyShell |
SimpleTemplateEngine.groovyShell
|
| Constructors in groovy.text with parameters of type GroovyShell | |
|---|---|
SimpleTemplateEngine(GroovyShell groovyShell)
|
|
XmlTemplateEngine(XmlParser xmlParser,
GroovyShell groovyShell)
|
|
| Uses of GroovyShell in groovy.ui |
|---|
| Fields in groovy.ui declared as GroovyShell | |
|---|---|
private GroovyShell |
GroovySocketServer.groovy
|
private GroovyShell |
InteractiveShell.shell
|
private GroovyShell |
ConsoleSupport.shell
|
| Methods in groovy.ui that return GroovyShell | |
|---|---|
GroovyShell |
ConsoleSupport.getShell()
|
| Constructors in groovy.ui with parameters of type GroovyShell | |
|---|---|
GroovySocketServer(GroovyShell groovy,
boolean isScriptFile,
java.lang.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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||