vertx / io.vertx.ext.shell.command

Package io.vertx.ext.shell.command

Types

Command

interface Command

A Vert.x Shell command, it can be created from any language using the CommandBuilder#command or from a Java class using Command#create

CommandProcess

interface CommandProcess : Tty

The command process provides interaction with the process of the command provided by Vert.x Shell.

CommandRegistry

interface CommandRegistry : CommandResolver

A registry that contains the commands known by a shell. It is a mutable command resolver.