| Modifier and Type | Method and Description |
|---|---|
CommandRegistry.CommandSession |
Builtins.CommandInput.session() |
| Modifier and Type | Method and Description |
|---|---|
default Object |
CommandRegistry.execute(CommandRegistry.CommandSession session,
String command,
String[] args)
Execute a command that have only string parameters and options.
|
Object |
Builtins.execute(CommandRegistry.CommandSession session,
String command,
String[] args) |
Object |
ConsoleEngineImpl.invoke(CommandRegistry.CommandSession session,
String command,
Object... args) |
default Object |
CommandRegistry.invoke(CommandRegistry.CommandSession session,
String command,
Object... args)
Execute a command.
|
| Constructor and Description |
|---|
CommandInput(String command,
Object[] xargs,
CommandRegistry.CommandSession session) |
Copyright © 2020. All rights reserved.