public interface 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.Command
  super_class: java.lang.Object
{
  public abstract void setUp(io.vertx.core.spi.launcher.ExecutionContext);
    descriptor: (Lio/vertx/core/spi/launcher/ExecutionContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.vertx.core.cli.CLIException
    MethodParameters:
         Name  Flags
      context  

  public abstract void run();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.vertx.core.cli.CLIException

  public abstract void tearDown();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.vertx.core.cli.CLIException
}
SourceFile: "Command.java"