public interface io.vertx.ext.shell.command.CommandRegistry extends io.vertx.ext.shell.command.CommandResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.command.CommandRegistry
  super_class: java.lang.Object
{
  public static io.vertx.ext.shell.command.CommandRegistry getShared(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 64
            aload 0 /* vertx */
            invokestatic io.vertx.ext.shell.command.impl.CommandRegistryImpl.get:(Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/CommandRegistry;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.ext.shell.command.CommandRegistry create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 74
            new io.vertx.ext.shell.command.impl.CommandRegistryImpl
            dup
            aload 0 /* vertx */
            checkcast io.vertx.core.impl.VertxInternal
            invokespecial io.vertx.ext.shell.command.impl.CommandRegistryImpl.<init>:(Lio/vertx/core/impl/VertxInternal;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public abstract io.vertx.ext.shell.command.CommandRegistry registerCommand(java.lang.Class<? extends io.vertx.ext.shell.command.AnnotatedCommand>);
    descriptor: (Ljava/lang/Class;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<+Lio/vertx/ext/shell/command/AnnotatedCommand;>;)Lio/vertx/ext/shell/command/CommandRegistry;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
         Name  Flags
      command  

  public abstract io.vertx.ext.shell.command.CommandRegistry registerCommand(java.lang.Class<? extends io.vertx.ext.shell.command.AnnotatedCommand>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.shell.command.Command>>);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<+Lio/vertx/ext/shell/command/AnnotatedCommand;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/shell/command/Command;>;>;)Lio/vertx/ext/shell/command/CommandRegistry;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
                   Name  Flags
      command            
      completionHandler  

  public abstract io.vertx.ext.shell.command.CommandRegistry registerCommand(io.vertx.ext.shell.command.Command);
    descriptor: (Lio/vertx/ext/shell/command/Command;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      command  

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

  public abstract io.vertx.ext.shell.command.CommandRegistry registerCommands(java.util.List<io.vertx.ext.shell.command.Command>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Lio/vertx/ext/shell/command/Command;>;)Lio/vertx/ext/shell/command/CommandRegistry;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
          Name  Flags
      commands  

  public abstract io.vertx.ext.shell.command.CommandRegistry registerCommands(java.util.List<io.vertx.ext.shell.command.Command>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.shell.command.Command>>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Lio/vertx/ext/shell/command/Command;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/shell/command/Command;>;>;>;)Lio/vertx/ext/shell/command/CommandRegistry;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      commands           
      completionHandler  

  public abstract io.vertx.ext.shell.command.CommandRegistry unregisterCommand(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
             Name  Flags
      commandName  

  public abstract io.vertx.ext.shell.command.CommandRegistry unregisterCommand(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/shell/command/CommandRegistry;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      commandName        
      completionHandler  
}
SourceFile: "CommandRegistry.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()