class InteractiveShellRunner extends ShellRunner implements Runnable
Support for running a Shell interactively using the JLine library.
| Type | Name and description |
|---|---|
CommandsMultiCompleter |
completer |
Closure |
prompt |
jline.console.ConsoleReader |
reader |
WrappedInputStream |
wrappedInputStream |
| Constructor and description |
|---|
InteractiveShellRunner(Groovysh shell, Closure prompt) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
run() |
|
void |
setHistory(jline.console.history.FileHistory history) |
| Methods inherited from class | Name |
|---|---|
class ShellRunner |
run |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.