| Package | Description |
|---|---|
| io.vertx.tp.plugin.shell | |
| io.vertx.tp.plugin.shell.commander | |
| io.vertx.tp.plugin.shell.cv.em | |
| io.vertx.tp.plugin.shell.refine |
| Modifier and Type | Method and Description |
|---|---|
TermStatus |
AbstractCommander.execute(CommandInput args) |
TermStatus |
Commander.execute(CommandInput args) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<TermStatus> |
ConsoleCommander.executeAsync(CommandInput args) |
io.vertx.core.Future<TermStatus> |
AbstractCommander.executeAsync(CommandInput args) |
io.vertx.core.Future<TermStatus> |
Commander.executeAsync(CommandInput args) |
| Modifier and Type | Method and Description |
|---|---|
TermStatus |
QuitCommander.execute(CommandInput args) |
TermStatus |
HelpCommander.execute(CommandInput args) |
TermStatus |
BackCommander.execute(CommandInput args) |
| Modifier and Type | Method and Description |
|---|---|
static TermStatus |
TermStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermStatus[] |
TermStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TermStatus |
Sl.failError(Throwable ex) |
Copyright © 2020. All rights reserved.