class GroovyCommands
extends JlineCommandRegistry
implements CommandRegistry
| Constructor and description |
|---|
GroovyCommands(GroovyEngine engine, Supplier<Path> workDir, org.objectweb.asm.util.Printer printer, SyntaxHighlighter highlighter) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
CmdDesc |
commandDescription(List<String> args) |
|
List<String> |
commandInfo(String command) |
|
void |
console(CommandInput input) |
|
Object |
doc(CommandInput input) |
|
Object |
getParser(String format, String parserName) |
|
Object |
grab(CommandInput input) |
|
void |
importsCommand(CommandInput input) |
|
Object |
inspect(CommandInput input) |
|
void |
load(CommandInput input) |
|
static void |
loadFile(GroovyEngine engine, File file, boolean merge) |
|
void |
methodsCommand(CommandInput input) |
|
String |
name() |
|
void |
reset(CommandInput input) |
|
void |
save(CommandInput input) |
|
static void |
saveFile(GroovyEngine engine, File file, boolean overwrite) |
|
Object |
slurpcmd(CommandInput input) |
|
void |
typesCommand(CommandInput input) |
|
void |
varsCommand(CommandInput input) |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.