public class io.vertx.ext.shell.command.base.VerticleUndeploy extends io.vertx.ext.shell.command.AnnotatedCommand
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.command.base.VerticleUndeploy
  super_class: io.vertx.ext.shell.command.AnnotatedCommand
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
         0: .line 50
            aload 0 /* this */
            invokespecial io.vertx.ext.shell.command.AnnotatedCommand.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/base/VerticleUndeploy;

  public void setId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
        start local 1 // java.lang.String id
         0: .line 57
            aload 0 /* this */
            aload 1 /* id */
            putfield io.vertx.ext.shell.command.base.VerticleUndeploy.id:Ljava/lang/String;
         1: .line 58
            return
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/shell/command/base/VerticleUndeploy;
            0    2     1    id  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.core.cli.annotations.Argument(index = 0, argName = "id")
      io.vertx.core.cli.annotations.Description(value = "the verticle id")
    MethodParameters:
      Name  Flags
      id    

  public void process(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
        start local 1 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 62
            aload 1 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.vertx:()Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.base.VerticleUndeploy.id:Ljava/lang/String;
            aload 0 /* this */
            aload 1 /* process */
            invokedynamic handle(Lio/vertx/ext/shell/command/base/VerticleUndeploy;Lio/vertx/ext/shell/command/CommandProcess;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/shell/command/base/VerticleUndeploy.lambda$0(Lio/vertx/ext/shell/command/CommandProcess;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Vertx.undeploy:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 73
            return
        end local 1 // io.vertx.ext.shell.command.CommandProcess process
        end local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/command/base/VerticleUndeploy;
            0    2     1  process  Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      process  

  private void lambda$0(io.vertx.ext.shell.command.CommandProcess, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 63
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 64
            aload 1
            new java.lang.StringBuilder
            dup
            ldc "Undeployed "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.base.VerticleUndeploy.id:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
         2: .line 65
            goto 8
         3: .line 66
      StackMap locals:
      StackMap stack:
            aload 1
            new java.lang.StringBuilder
            dup
            ldc "Could not undeploy "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.base.VerticleUndeploy.id:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         4: .line 67
            new java.io.StringWriter
            dup
            invokespecial java.io.StringWriter.<init>:()V
            astore 3 /* buffer */
        start local 3 // java.io.StringWriter buffer
         5: .line 68
            new java.io.PrintWriter
            dup
            aload 3 /* buffer */
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/Writer;)V
            astore 4 /* writer */
        start local 4 // java.io.PrintWriter writer
         6: .line 69
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            aload 4 /* writer */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintWriter;)V
         7: .line 70
            aload 1
            aload 3 /* buffer */
            invokevirtual java.io.StringWriter.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
        end local 4 // java.io.PrintWriter writer
        end local 3 // java.io.StringWriter buffer
         8: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.shell.command.base.VerticleUndeploy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/vertx/ext/shell/command/base/VerticleUndeploy;
            0    9     2      ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            5    8     3  buffer  Ljava/io/StringWriter;
            6    8     4  writer  Ljava/io/PrintWriter;
}
SourceFile: "VerticleUndeploy.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.core.cli.annotations.Name(value = "verticle-undeploy")
      io.vertx.core.cli.annotations.Summary(value = "Undeploy a verticle")