Uses of Interface
io.vertx.ext.shell.Shell
Packages that use Shell
-
Uses of Shell in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return ShellModifier and TypeMethodDescriptionShellServer.createShell()Create a new shell, the returned shell should be closed explicitely.ShellServer.createShell(Term term) Create a new shell, the returned shell should be closed explicitely.Method parameters in io.vertx.ext.shell with type arguments of type ShellModifier and TypeMethodDescriptionvoidShellServer.shellHandler(Handler<Shell> shellHandler) Called when a new shell is created.