class Main extends Object
Groovy Repo modelled on JLine3 Groovy Repl demo
| Modifiers | Name | Description |
|---|---|---|
protected static class |
Main.ExtraConsoleCommands |
| Modifiers | Name | Description |
|---|---|---|
static String |
INTERPRETER_MODE_PREFERENCE_KEY |
| Constructor and description |
|---|
Main() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static Path |
getUserStateDirectory() |
|
static void |
main(String[] args) |
|
static int |
start(Map<String, ?> initialBindings, String[] args)Programmatic entry point for embedding groovysh. |
|
static int |
start(String[] args)Programmatic entry point for embedding groovysh. |
Programmatic entry point for embedding groovysh.
args - CLI-like arguments (same as main(String[])).initialBindings - binding variables for the GroovyEngineProgrammatic entry point for embedding groovysh.
args - CLI-like arguments (same as main(String[])).Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.