Uses of Interface
io.vertx.core.spi.launcher.Command
-
Packages that use Command Package Description io.vertx.core.spi.launcher -
-
Uses of Command in io.vertx.core.spi.launcher
Classes in io.vertx.core.spi.launcher with type parameters of type Command Modifier and Type Interface Description interface
CommandFactory<C extends Command>
SPI Interface to provide a newLauncher
command.class
DefaultCommandFactory<C extends Command>
Default implementation ofCommandFactory
.Classes in io.vertx.core.spi.launcher that implement Command Modifier and Type Class Description class
DefaultCommand
Default implementation ofCommand
using annotation to define itself.Methods in io.vertx.core.spi.launcher that return Command Modifier and Type Method Description Command
ExecutionContext. command()
Constructors in io.vertx.core.spi.launcher with parameters of type Command Constructor Description ExecutionContext(Command command, io.vertx.core.impl.launcher.VertxCommandLauncher launcher, CommandLine commandLine)
Creates a new instance ofExecutionContext
.
-