All Classes
-
Class Summary Class Description CliToken A parsed token in the command line interface.Command A Vert.x Shell command, it can be created from any language using theCommandBuilder.command(java.lang.String)or from a Java class usingio.vertx.mutiny.ext.shell.command.Command#createCommandBuilder 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.CommandResolver A resolver for commands, so the shell can discover commands.Completion The completion objectJob A job executed in aJobController, grouping one or several process.JobController The job controller.Process A process managed by the shell.Pty A pseudo terminal used for controlling aTty.Session A shell session.Shell An interactive session between a consumer and a shell.ShellServer The shell server.ShellService The shell service, provides a remotely accessible shell available via Telnet or SSH according to theShellServiceOptionsconfiguration.SignalHandler NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.SockJSTermHandler NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.Term The terminal.TermServer A server for terminal based applications.Tty Provide interactions with the Shell TTY.