vertx / io.vertx.reactivex.ext.shell.command

Package io.vertx.reactivex.ext.shell.command

Types

Command

open class Command

A Vert.x Shell command, it can be created from any language using the io.vertx.reactivex.ext.shell.command.CommandBuilder#command or from a Java class using io.vertx.reactivex.ext.shell.command.Command#create NOTE: This class has been automatically generated from the io.vertx.ext.shell.command.Command non RX-ified interface using Vert.x codegen.

CommandProcess

open class CommandProcess : Tty

The command process provides interaction with the process of the command provided by Vert.x Shell. NOTE: This class has been automatically generated from the io.vertx.ext.shell.command.CommandProcess non RX-ified interface using Vert.x codegen.

CommandRegistry

open class CommandRegistry : CommandResolver

A registry that contains the commands known by a shell. It is a mutable command resolver. NOTE: This class has been automatically generated from the io.vertx.ext.shell.command.CommandRegistry non RX-ified interface using Vert.x codegen.