public interface  io.vertx.core.spi.launcher.CommandFactory extends java.lang.Object
{
public abstract io.vertx.core.spi.launcher.Command create(io.vertx.core.cli.CommandLine);
public abstract io.vertx.core.cli.CLI define();
}