All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AnnotatedCommand The base command class that Java annotated command should extend.BaseCommandPack BusPublish BusSend BusTail 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 usingCommand.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.CommandResolver A resolver for commands, so the shell can discover commands.CommandResolverFactory The SPI interface for discovering commands.Completion The completion objectEcho ExecStatus The status of an execution.FileSystemCd FileSystemLs FileSystemPwd Help HttpTermOptions The web term configuration options.HttpTermOptionsConverter Converter and mapper forHttpTermOptions.Job A job executed in aJobController, grouping one or several process.JobController The job controller.LocalMapGet LocalMapPut LocalMapRm NetCommandLs ObjectType 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.ShellServerOptions The configurations options for the shell server.ShellServerOptionsConverter Converter and mapper forShellServerOptions.ShellService The shell service, provides a remotely accessible shell available via Telnet or SSH according to theShellServiceOptionsconfiguration.ShellServiceOptions The configurations options for the shell service, the shell connectors can be configured withTelnetTermOptions,SSHTermOptionsandHttpTermOptions.ShellServiceOptionsConverter Converter and mapper forShellServiceOptions.ShellVerticle SignalHandler Sleep SockJSTermHandler SSHTermOptions The SSH term configuration options.SSHTermOptionsConverter Converter and mapper forSSHTermOptions.TelnetTermOptions Telnet terminal options configuration, extendsNetServerOptions.TelnetTermOptionsConverter Converter and mapper forTelnetTermOptions.Term The terminal.TermServer A server for terminal based applications.Tty Provide interactions with the Shell TTY.VerticleDeploy VerticleFactories VerticleLs VerticleUndeploy