Uses of Interface
io.vertx.core.spi.launcher.CommandFactory
-
Packages that use CommandFactory Package Description io.vertx.core.spi.launcher -
-
Uses of CommandFactory in io.vertx.core.spi.launcher
Classes in io.vertx.core.spi.launcher that implement CommandFactory Modifier and Type Class Description class
DefaultCommandFactory<C extends Command>
Default implementation ofCommandFactory
.Methods in io.vertx.core.spi.launcher that return types with arguments of type CommandFactory Modifier and Type Method Description Collection<CommandFactory<?>>
CommandFactoryLookup. lookup()
Looks for command implementation and instantiated them.
-