| Interface | Description |
|---|---|
| GroovyshOptions.ErrorHandler | Handles an error thrown by the REPL loop. |
| GroovyshOptions.ResultHandler | Handles a value produced by the REPL loop. |
| Class | Description |
|---|---|
| ExtraConsoleCommands | Console commands that groovysh registers in addition to the Groovy and
JLine builtin registries: /clear, /pwd, /cd,
/ls, /cat, /grep, /head, /tail,
/wc, /sort, /date, /echo and /!. |
| GroovyshOptions | Configuration for embedding groovysh programmatically via Main.start. |
| GroovyshOptions.Builder | Builder for GroovyshOptions. |
| Main | Boots and runs the interactive groovysh console. |
| Main.ExtraConsoleCommands |
|