Uses of Interface
io.vertx.core.spi.launcher.Command
Packages that use Command
-
Uses of Command in io.vertx.core.spi.launcher
Classes in io.vertx.core.spi.launcher with type parameters of type CommandModifier and TypeInterfaceDescriptioninterfaceCommandFactory<C extends Command>SPI Interface to provide a newLaunchercommand.classDefaultCommandFactory<C extends Command>Default implementation ofCommandFactory.Classes in io.vertx.core.spi.launcher that implement CommandModifier and TypeClassDescriptionclassDefault implementation ofCommandusing annotation to define itself.Methods in io.vertx.core.spi.launcher that return CommandConstructors in io.vertx.core.spi.launcher with parameters of type CommandModifierConstructorDescriptionExecutionContext(Command command, io.vertx.core.impl.launcher.VertxCommandLauncher launcher, CommandLine commandLine) Creates a new instance ofExecutionContext.