Uses of Interface
io.vertx.ext.shell.Shell
-
Packages that use Shell Package Description io.vertx.ext.shell -
-
Uses of Shell in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return Shell Modifier and Type Method Description Shell
ShellServer. createShell()
Create a new shell, the returned shell should be closed explicitely.Shell
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 Shell Modifier and Type Method Description void
ShellServer. shellHandler(Handler<Shell> shellHandler)
Called when a new shell is created.
-