Package org.apache.groovy.groovysh
package org.apache.groovy.groovysh
Provides support for the Groovy Shell (aka. groovysh).
Applications that embed the shell should use
Main.start(org.apache.groovy.groovysh.GroovyshOptions, String[])
together with GroovyshOptions
and GroovyEngine.
-
ClassDescriptionConfiguration for embedding groovysh programmatically via
Main.start(GroovyshOptions, String[]).Builder forGroovyshOptions.Handles an error thrown by the REPL loop.Handles a value produced by the REPL loop.