public class io.vertx.ext.shell.command.impl.ProcessImpl implements io.vertx.ext.shell.system.Process
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.command.impl.ProcessImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Context processContext;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.ext.shell.command.Command commandContext;
    descriptor: Lio/vertx/ext/shell/command/Command;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Handler<io.vertx.ext.shell.command.CommandProcess> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;

  private final java.util.List<io.vertx.ext.shell.cli.CliToken> args;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;

  private io.vertx.ext.shell.term.Tty tty;
    descriptor: Lio/vertx/ext/shell/term/Tty;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.shell.session.Session session;
    descriptor: Lio/vertx/ext/shell/session/Session;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<java.lang.Void> interruptHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> suspendHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> resumeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> backgroundHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> foregroundHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Integer> terminatedHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Integer;>;

  private boolean foreground;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.shell.system.ExecStatus processStatus;
    descriptor: Lio/vertx/ext/shell/system/ExecStatus;
    flags: (0x0002) ACC_PRIVATE

  private boolean processForeground;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<java.lang.String> stdinHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/String;>;

  private io.vertx.core.Handler<java.lang.Void> resizeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private java.lang.Integer exitCode;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.vertx.core.Vertx, io.vertx.core.Context, io.vertx.ext.shell.command.Command, java.util.List<io.vertx.ext.shell.cli.CliToken>, io.vertx.core.Handler<io.vertx.ext.shell.command.CommandProcess>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Context;Lio/vertx/ext/shell/command/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.Context context
        start local 3 // io.vertx.ext.shell.command.Command commandContext
        start local 4 // java.util.List args
        start local 5 // io.vertx.core.Handler handler
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.vertx:Lio/vertx/core/Vertx;
         2: .line 84
            aload 0 /* this */
            aload 2 /* context */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
         3: .line 85
            aload 0 /* this */
            aload 3 /* commandContext */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
         4: .line 86
            aload 0 /* this */
            aload 5 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.handler:Lio/vertx/core/Handler;
         5: .line 87
            aload 0 /* this */
            aload 4 /* args */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.args:Ljava/util/List;
         6: .line 88
            aload 0 /* this */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
         7: .line 89
            aload 0 /* this */
            getstatic io.vertx.ext.shell.system.ExecStatus.READY:Lio/vertx/ext/shell/system/ExecStatus;
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
         8: .line 90
            return
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.util.List args
        end local 3 // io.vertx.ext.shell.command.Command commandContext
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0    9     1           vertx  Lio/vertx/core/Vertx;
            0    9     2         context  Lio/vertx/core/Context;
            0    9     3  commandContext  Lio/vertx/ext/shell/command/Command;
            0    9     4            args  Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;
            0    9     5         handler  Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/Context;Lio/vertx/ext/shell/command/Command;Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;)V
    MethodParameters:
                Name  Flags
      vertx           
      context         
      commandContext  
      args            
      handler         

  public java.lang.Integer exitCode();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
         0: .line 94
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.exitCode:Ljava/lang/Integer;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;

  public io.vertx.ext.shell.system.ExecStatus status();
    descriptor: ()Lio/vertx/ext/shell/system/ExecStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
         0: .line 99
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;

  public synchronized io.vertx.ext.shell.system.Process setTty(io.vertx.ext.shell.term.Tty);
    descriptor: (Lio/vertx/ext/shell/term/Tty;)Lio/vertx/ext/shell/system/Process;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.ext.shell.term.Tty tty
         0: .line 104
            aload 0 /* this */
            aload 1 /* tty */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.shell.term.Tty tty
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0    2     1   tty  Lio/vertx/ext/shell/term/Tty;
    MethodParameters:
      Name  Flags
      tty   

  public synchronized io.vertx.ext.shell.term.Tty getTty();
    descriptor: ()Lio/vertx/ext/shell/term/Tty;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;

  public synchronized io.vertx.ext.shell.system.Process setSession(io.vertx.ext.shell.session.Session);
    descriptor: (Lio/vertx/ext/shell/session/Session;)Lio/vertx/ext/shell/system/Process;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.ext.shell.session.Session session
         0: .line 115
            aload 0 /* this */
            aload 1 /* session */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.session:Lio/vertx/ext/shell/session/Session;
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.shell.session.Session session
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0    2     1  session  Lio/vertx/ext/shell/session/Session;
    MethodParameters:
         Name  Flags
      session  

  public synchronized io.vertx.ext.shell.session.Session getSession();
    descriptor: ()Lio/vertx/ext/shell/session/Session;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.session:Lio/vertx/ext/shell/session/Session;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;

  public io.vertx.ext.shell.system.Process terminatedHandler(io.vertx.core.Handler<java.lang.Integer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/system/Process;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 126
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Integer;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Integer;>;)Lio/vertx/ext/shell/system/Process;
    MethodParameters:
         Name  Flags
      handler  

  public boolean interrupt(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 132
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpeq 1
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.STOPPED:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpne 5
         1: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.interruptHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         2: .line 134
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
            aload 0 /* this */
            aload 1 /* completionHandler */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)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/impl/ProcessImpl.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         3: .line 145
            aload 2 /* handler */
            ifnull 4
            iconst_1
            ireturn
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // io.vertx.core.Handler handler
         5: .line 147
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot interrupt process in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " state"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0    6     1  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            2    5     2            handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Z
    MethodParameters:
                   Name  Flags
      completionHandler  

  public synchronized void resume(boolean, io.vertx.core.Handler<java.lang.Void>);
    descriptor: (ZLio/vertx/core/Handler;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // boolean fg
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.STOPPED:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpne 10
         1: .line 154
            aload 0 /* this */
         2: .line 155
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
         3: .line 156
            aconst_null
         4: .line 157
            iload 1 /* fg */
         5: .line 158
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.resumeHandler:Lio/vertx/core/Handler;
         6: .line 159
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
         7: .line 160
            aload 2 /* completionHandler */
         8: .line 154
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         9: .line 161
            goto 11
        10: .line 162
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot resume process in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " state"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // boolean fg
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   12     1                 fg  Z
            0   12     2  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (ZLio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                   Name  Flags
      fg                 
      completionHandler  

  public synchronized void suspend(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 168
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpne 10
         1: .line 169
            aload 0 /* this */
         2: .line 170
            getstatic io.vertx.ext.shell.system.ExecStatus.STOPPED:Lio/vertx/ext/shell/system/ExecStatus;
         3: .line 171
            aconst_null
         4: .line 172
            iconst_0
         5: .line 173
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.suspendHandler:Lio/vertx/core/Handler;
         6: .line 174
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
         7: .line 175
            aload 1 /* completionHandler */
         8: .line 169
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         9: .line 176
            goto 11
        10: .line 177
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot suspend process in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " state"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 179
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   12     1  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void toBackground(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 183
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpne 11
         1: .line 184
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
            ifeq 12
         2: .line 185
            aload 0 /* this */
         3: .line 186
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
         4: .line 187
            aconst_null
         5: .line 188
            iconst_0
         6: .line 189
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.backgroundHandler:Lio/vertx/core/Handler;
         7: .line 190
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
         8: .line 191
            aload 1 /* completionHandler */
         9: .line 185
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
        10: .line 193
            goto 12
        11: .line 194
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot set to background a process in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " state"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 196
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   13     1  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void toForeground(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 200
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpne 11
         1: .line 201
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
            ifne 12
         2: .line 202
            aload 0 /* this */
         3: .line 203
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
         4: .line 204
            aconst_null
         5: .line 205
            iconst_1
         6: .line 206
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.foregroundHandler:Lio/vertx/core/Handler;
         7: .line 207
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
         8: .line 208
            aload 1 /* completionHandler */
         9: .line 202
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
        10: .line 210
            goto 12
        11: .line 211
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot set to foreground a process in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " state"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   13     1  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void terminate(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 217
            aload 0 /* this */
            bipush -10
            aload 1 /* completionHandler */
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:(ILio/vertx/core/Handler;)Z
            ifne 2
         1: .line 218
            new java.lang.IllegalStateException
            dup
            ldc "Cannot terminate terminated process"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 220
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0    3     1  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  private synchronized boolean terminate(int, io.vertx.core.Handler<java.lang.Void>);
    descriptor: (ILio/vertx/core/Handler;)Z
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // int exitCode
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.TERMINATED:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpeq 10
         1: .line 224
            aload 0 /* this */
         2: .line 225
            getstatic io.vertx.ext.shell.system.ExecStatus.TERMINATED:Lio/vertx/ext/shell/system/ExecStatus;
         3: .line 226
            iload 1 /* exitCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
         4: .line 227
            iconst_0
         5: .line 228
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.endHandler:Lio/vertx/core/Handler;
         6: .line 229
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
         7: .line 230
            aload 2 /* completionHandler */
         8: .line 224
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         9: .line 231
            iconst_1
            ireturn
        10: .line 233
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // int exitCode
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   11     1           exitCode  I
            0   11     2  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (ILio/vertx/core/Handler<Ljava/lang/Void;>;)Z
    MethodParameters:
                   Name  Flags
      exitCode           
      completionHandler  

  private void updateStatus(io.vertx.ext.shell.system.ExecStatus, java.lang.Integer, boolean, io.vertx.core.Handler<java.lang.Void>, io.vertx.core.Handler<java.lang.Integer>, io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // io.vertx.ext.shell.system.ExecStatus statusUpdate
        start local 2 // java.lang.Integer exitCodeUpdate
        start local 3 // boolean foregroundUpdate
        start local 4 // io.vertx.core.Handler handler
        start local 5 // io.vertx.core.Handler terminatedHandler
        start local 6 // io.vertx.core.Handler completionHandler
         0: .line 238
            aload 0 /* this */
            aload 1 /* statusUpdate */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
         1: .line 239
            aload 0 /* this */
            aload 2 /* exitCodeUpdate */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.exitCode:Ljava/lang/Integer;
         2: .line 240
            iload 3 /* foregroundUpdate */
            ifne 10
         3: .line 241
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
            ifeq 16
         4: .line 242
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
         5: .line 243
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
            ifnull 7
         6: .line 244
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
            aconst_null
            invokeinterface io.vertx.ext.shell.term.Tty.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
         7: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
            ifnull 16
         8: .line 247
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
            aconst_null
            invokeinterface io.vertx.ext.shell.term.Tty.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
         9: .line 250
            goto 16
        10: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
            ifne 16
        11: .line 252
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
        12: .line 253
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
            ifnull 14
        13: .line 254
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.shell.term.Tty.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
        14: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
            ifnull 16
        15: .line 257
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.shell.term.Tty.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
        16: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
            aload 0 /* this */
            iload 3 /* foregroundUpdate */
            aload 6 /* completionHandler */
            aload 4 /* handler */
            invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;)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/impl/ProcessImpl.lambda$1(ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        17: .line 273
            aload 5 /* terminatedHandler */
            ifnull 19
            aload 1 /* statusUpdate */
            getstatic io.vertx.ext.shell.system.ExecStatus.TERMINATED:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpne 19
        18: .line 274
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
            aload 5 /* terminatedHandler */
            aload 2 /* exitCodeUpdate */
            invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/Integer;)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/impl/ProcessImpl.lambda$2(Lio/vertx/core/Handler;Ljava/lang/Integer;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        19: .line 278
      StackMap locals:
      StackMap stack:
            return
        end local 6 // io.vertx.core.Handler completionHandler
        end local 5 // io.vertx.core.Handler terminatedHandler
        end local 4 // io.vertx.core.Handler handler
        end local 3 // boolean foregroundUpdate
        end local 2 // java.lang.Integer exitCodeUpdate
        end local 1 // io.vertx.ext.shell.system.ExecStatus statusUpdate
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   20     0               this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   20     1       statusUpdate  Lio/vertx/ext/shell/system/ExecStatus;
            0   20     2     exitCodeUpdate  Ljava/lang/Integer;
            0   20     3   foregroundUpdate  Z
            0   20     4            handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            0   20     5  terminatedHandler  Lio/vertx/core/Handler<Ljava/lang/Integer;>;
            0   20     6  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler<Ljava/lang/Void;>;Lio/vertx/core/Handler<Ljava/lang/Integer;>;Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                   Name  Flags
      statusUpdate       
      exitCodeUpdate     
      foregroundUpdate   
      handler            
      terminatedHandler  
      completionHandler  

  public synchronized void run(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 1 // boolean fg
         0: .line 282
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.READY:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpeq 2
         1: .line 283
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot run proces in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " state"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
         3: .line 286
            aload 0 /* this */
            iload 1 /* fg */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
         4: .line 287
            aload 0 /* this */
            iload 1 /* fg */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.foreground:Z
         5: .line 290
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
            astore 2 /* tty */
        start local 2 // io.vertx.ext.shell.term.Tty tty
         6: .line 291
            aload 2 /* tty */
            ifnonnull 8
         7: .line 292
            new java.lang.IllegalStateException
            dup
            ldc "Cannot execute process without a TTY set"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 296
      StackMap locals: io.vertx.ext.shell.term.Tty
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.args:Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              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;)Z
                  io/vertx/ext/shell/cli/CliToken.isText()Z (9 itf)
                  (Lio/vertx/ext/shell/cli/CliToken;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/ext/shell/cli/CliToken.value()Ljava/lang/String; (9 itf)
                  (Lio/vertx/ext/shell/cli/CliToken;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* args2 */
        start local 4 // java.util.List args2
         9: .line 297
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
            invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
            ifnull 23
        10: .line 302
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
            invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
            aload 4 /* args2 */
            iconst_0
            invokeinterface io.vertx.core.cli.CLI.parse:(Ljava/util/List;Z)Lio/vertx/core/cli/CommandLine;
            invokeinterface io.vertx.core.cli.CommandLine.isAskingForHelp:()Z
            ifeq 17
        11: .line 303
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 5 /* usage */
        start local 5 // java.lang.StringBuilder usage
        12: .line 304
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
            invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
            aload 5 /* usage */
            invokeinterface io.vertx.core.cli.CLI.usage:(Ljava/lang/StringBuilder;)Lio/vertx/core/cli/CLI;
            pop
        13: .line 305
            aload 5 /* usage */
            bipush 10
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        14: .line 306
            aload 2 /* tty */
            aload 5 /* usage */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.shell.term.Tty.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
            pop
        15: .line 307
            aload 0 /* this */
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:()V
        16: .line 308
            return
        end local 5 // java.lang.StringBuilder usage
        17: .line 311
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl int io.vertx.ext.shell.term.Tty top java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
            invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
            aload 4 /* args2 */
            invokeinterface io.vertx.core.cli.CLI.parse:(Ljava/util/List;)Lio/vertx/core/cli/CommandLine;
            astore 3 /* cl */
        start local 3 // io.vertx.core.cli.CommandLine cl
        18: .line 312
            goto 24
        end local 3 // io.vertx.core.cli.CommandLine cl
      StackMap locals:
      StackMap stack: io.vertx.core.cli.CLIException
        19: astore 5 /* e */
        start local 5 // io.vertx.core.cli.CLIException e
        20: .line 313
            aload 2 /* tty */
            new java.lang.StringBuilder
            dup
            aload 5 /* e */
            invokevirtual io.vertx.core.cli.CLIException.getMessage:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            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.term.Tty.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
            pop
        21: .line 314
            aload 0 /* this */
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:()V
        22: .line 315
            return
        end local 5 // io.vertx.core.cli.CLIException e
        23: .line 318
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* cl */
        start local 3 // io.vertx.core.cli.CommandLine cl
        24: .line 321
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl int io.vertx.ext.shell.term.Tty io.vertx.core.cli.CommandLine java.util.List
      StackMap stack:
            new io.vertx.ext.shell.command.impl.ProcessImpl$1
            dup
            aload 0 /* this */
            aload 2 /* tty */
            aload 3 /* cl */
            aload 4 /* args2 */
            invokespecial io.vertx.ext.shell.command.impl.ProcessImpl$1.<init>:(Lio/vertx/ext/shell/command/impl/ProcessImpl;Lio/vertx/ext/shell/term/Tty;Lio/vertx/core/cli/CommandLine;Ljava/util/List;)V
            astore 5 /* process */
        start local 5 // io.vertx.ext.shell.command.CommandProcess process
        25: .line 466
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
            aload 0 /* this */
            aload 5 /* process */
            invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl;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/impl/ProcessImpl.lambda$5(Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        26: .line 474
            return
        end local 5 // io.vertx.ext.shell.command.CommandProcess process
        end local 4 // java.util.List args2
        end local 3 // io.vertx.core.cli.CommandLine cl
        end local 2 // io.vertx.ext.shell.term.Tty tty
        end local 1 // boolean fg
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   27     1       fg  Z
            6   27     2      tty  Lio/vertx/ext/shell/term/Tty;
           18   19     3       cl  Lio/vertx/core/cli/CommandLine;
           24   27     3       cl  Lio/vertx/core/cli/CommandLine;
            9   27     4    args2  Ljava/util/List<Ljava/lang/String;>;
           12   17     5    usage  Ljava/lang/StringBuilder;
           20   23     5        e  Lio/vertx/core/cli/CLIException;
           25   27     5  process  Lio/vertx/ext/shell/command/CommandProcess;
      Exception table:
        from    to  target  type
          10    16      19  Class io.vertx.core.cli.CLIException
          17    18      19  Class io.vertx.core.cli.CLIException
    MethodParameters:
      Name  Flags
      fg    

  private void lambda$0(io.vertx.core.Handler, io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 3 // java.lang.Void v
         0: .line 136
            aload 2
            ifnull 7
         1: .line 137
            aload 2
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 139
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 4
         4: .line 140
            aload 1
            ifnull 6
         5: .line 141
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
            aload 1
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         6: .line 143
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4
            athrow
         7: .line 140
      StackMap locals:
      StackMap stack:
            aload 1
            ifnull 9
         8: .line 141
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
            aload 1
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         9: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Void v
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   10     3     v  Ljava/lang/Void;
      Exception table:
        from    to  target  type
           0     3       3  any

  private void lambda$1(boolean, io.vertx.core.Handler, io.vertx.core.Handler, java.lang.Void);
    descriptor: (ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=6, args_size=5
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 4 // java.lang.Void v
         0: .line 262
            aload 0 /* this */
            iload 1
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.foreground:Z
         1: .line 264
            aload 3
            ifnull 8
         2: .line 265
            aload 3
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 267
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 5
         5: .line 268
            aload 2
            ifnull 7
         6: .line 269
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
            aload 2
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         7: .line 271
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 5
            athrow
         8: .line 268
      StackMap locals:
      StackMap stack:
            aload 2
            ifnull 10
         9: .line 269
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
            aload 2
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        10: .line 272
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Void v
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0   11     4     v  Ljava/lang/Void;
      Exception table:
        from    to  target  type
           1     4       4  any

  private static void lambda$2(io.vertx.core.Handler, java.lang.Integer, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Integer;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 275
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 276
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     2     v  Ljava/lang/Void;

  private void lambda$5(io.vertx.ext.shell.command.CommandProcess, java.lang.Void);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
        start local 2 // java.lang.Void v
         0: .line 468
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.handler:Lio/vertx/core/Handler;
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 469
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 470
            aload 0 /* this */
            iconst_1
            aconst_null
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:(ILio/vertx/core/Handler;)Z
            pop
         4: .line 471
            aload 3 /* e */
            athrow
        end local 3 // java.lang.Throwable e
         5: .line 473
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl;
            0    6     2     v  Ljava/lang/Void;
            3    5     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
SourceFile: "ProcessImpl.java"
NestMembers:
  io.vertx.ext.shell.command.impl.ProcessImpl$1
InnerClasses:
  io.vertx.ext.shell.command.impl.ProcessImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles