public interface io.vertx.core.spi.launcher.CommandFactory<C extends io.vertx.core.spi.launcher.Command>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.core.spi.launcher.CommandFactory
super_class: java.lang.Object
{
public abstract C create(io.vertx.core.cli.CommandLine);
descriptor: (Lio/vertx/core/cli/CommandLine;)Lio/vertx/core/spi/launcher/Command;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/cli/CommandLine;)TC;
MethodParameters:
Name Flags
evaluated
public abstract io.vertx.core.cli.CLI define();
descriptor: ()Lio/vertx/core/cli/CLI;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <C::Lio/vertx/core/spi/launcher/Command;>Ljava/lang/Object;
SourceFile: "CommandFactory.java"