public interface io.vertx.ext.shell.command.CommandBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.command.CommandBuilder
  super_class: java.lang.Object
{
  public static io.vertx.ext.shell.command.CommandBuilder command(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 59
            new io.vertx.ext.shell.command.impl.CommandBuilderImpl
            dup
            aload 0 /* name */
            aconst_null
            invokespecial io.vertx.ext.shell.command.impl.CommandBuilderImpl.<init>:(Ljava/lang/String;Lio/vertx/core/cli/CLI;)V
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public static io.vertx.ext.shell.command.CommandBuilder command(io.vertx.core.cli.CLI);
    descriptor: (Lio/vertx/core/cli/CLI;)Lio/vertx/ext/shell/command/CommandBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.cli.CLI cli
         0: .line 70
            new io.vertx.ext.shell.command.impl.CommandBuilderImpl
            dup
            aload 0 /* cli */
            invokeinterface io.vertx.core.cli.CLI.getName:()Ljava/lang/String;
            aload 0 /* cli */
            invokespecial io.vertx.ext.shell.command.impl.CommandBuilderImpl.<init>:(Ljava/lang/String;Lio/vertx/core/cli/CLI;)V
            areturn
        end local 0 // io.vertx.core.cli.CLI cli
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   cli  Lio/vertx/core/cli/CLI;
    MethodParameters:
      Name  Flags
      cli   

  public abstract io.vertx.ext.shell.command.CommandBuilder processHandler(io.vertx.core.Handler<io.vertx.ext.shell.command.CommandProcess>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;)Lio/vertx/ext/shell/command/CommandBuilder;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.shell.command.CommandBuilder completionHandler(io.vertx.core.Handler<io.vertx.ext.shell.cli.Completion>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/cli/Completion;>;)Lio/vertx/ext/shell/command/CommandBuilder;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.shell.command.Command build(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/Command;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      vertx  
}
SourceFile: "CommandBuilder.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()