Uses of Interface
io.vertx.ext.shell.ShellService
-
Packages that use ShellService Package Description io.vertx.ext.shell -
-
Uses of ShellService in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return ShellService Modifier and Type Method Description static ShellService
ShellService. create(Vertx vertx)
Likecreate(Vertx, ShellServiceOptions)
, with default options.static ShellService
ShellService. create(Vertx vertx, ShellServiceOptions options)
Create a new shell service.
-