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