Packages

package command

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Command extends AnyRef

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

  2. class CommandBuilder extends AnyRef

    A build for Vert.x Shell command.

  3. class CommandProcess extends Tty

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

  4. class CommandRegistry extends CommandResolver

    A registry that contains the commands known by a shell.

    A registry that contains the commands known by a shell.

    It is a mutable command resolver.

  5. class CommandResolver extends AnyRef

    A resolver for commands, so the shell can discover commands.

Ungrouped