Package | Description |
---|---|
io.vertx.ext.shell | |
io.vertx.ext.shell.command | |
io.vertx.ext.shell.command.base | |
io.vertx.ext.shell.spi |
Class and Description |
---|
CommandResolver
A resolver for commands, so the shell can discover commands.
|
Class and Description |
---|
AnnotatedCommand
The base command class that Java annotated command should extend.
|
Command
A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(java.lang.String) or from a
Java class using Command.create(io.vertx.core.Vertx, java.lang.Class<? extends io.vertx.ext.shell.command.AnnotatedCommand>) |
CommandBuilder
A build for Vert.x Shell command.
|
CommandProcess
The command process provides interaction with the process of the command provided by Vert.x Shell.
|
CommandRegistry
A registry that contains the commands known by a shell.
It is a mutable command resolver.
|
CommandResolver
A resolver for commands, so the shell can discover commands.
|
Class and Description |
---|
AnnotatedCommand
The base command class that Java annotated command should extend.
|
Command
A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(java.lang.String) or from a
Java class using Command.create(io.vertx.core.Vertx, java.lang.Class<? extends io.vertx.ext.shell.command.AnnotatedCommand>) |
CommandProcess
The command process provides interaction with the process of the command provided by Vert.x Shell.
|
CommandResolver
A resolver for commands, so the shell can discover commands.
|
Class and Description |
---|
CommandResolver
A resolver for commands, so the shell can discover commands.
|
Copyright © 2021 Eclipse. All rights reserved.