Package | Description |
---|---|
org.jline.builtins |
Modifier and Type | Method | Description |
---|---|---|
CommandRegistry.CommandSession |
Builtins.CommandInput.session() |
Modifier and Type | Method | Description |
---|---|---|
Object |
Builtins.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.
|
default Object |
CommandRegistry.invoke(CommandRegistry.CommandSession session,
String command,
Object... args) |
Execute a command.
|
Object |
ConsoleEngineImpl.invoke(CommandRegistry.CommandSession session,
String command,
Object... args) |
Constructor | Description |
---|---|
CommandInput(String command,
Object[] xargs,
CommandRegistry.CommandSession session) |
Copyright © 2020. All rights reserved.