class org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain extends org.graalvm.component.installer.ComponentInstaller
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain
  super_class: org.graalvm.component.installer.ComponentInstaller
{
  final org.graalvm.component.installer.InstallerCommandlineTest this$0;
    descriptor: Lorg/graalvm/component/installer/InstallerCommandlineTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.component.installer.InstallerCommandlineTest, java.lang.String[]);
    descriptor: (Lorg/graalvm/component/installer/InstallerCommandlineTest;[Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
        start local 2 // java.lang.String[] args
         0: .line 61
            aload 0 /* this */
            aload 1
            putfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
         1: .line 62
            aload 0 /* this */
            aload 2 /* args */
            invokespecial org.graalvm.component.installer.ComponentInstaller.<init>:([Ljava/lang/String;)V
         2: .line 63
            invokestatic org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.initGlobalOptions:()V
         3: .line 64
            return
        end local 2 // java.lang.String[] args
        end local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;
            0    4     2  args  [Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      args    

  protected org.graalvm.component.installer.Environment setupEnvironment(org.graalvm.component.installer.SimpleGetopt);
    descriptor: (Lorg/graalvm/component/installer/SimpleGetopt;)Lorg/graalvm/component/installer/Environment;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
        start local 1 // org.graalvm.component.installer.SimpleGetopt go
         0: .line 69
            new org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.getCommand:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.getParameters:()Ljava/util/List;
            aload 1 /* go */
            invokevirtual org.graalvm.component.installer.SimpleGetopt.getOptValues:()Ljava/util/Map;
            invokespecial org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain$1.<init>:(Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;Ljava/lang/String;Ljava/util/List;Ljava/util/Map;)V
            astore 2 /* env */
        start local 2 // org.graalvm.component.installer.Environment env
         1: .line 82
            aload 0 /* this */
            aload 2 /* env */
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.setInput:(Lorg/graalvm/component/installer/CommandInput;)V
         2: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.setFeedback:(Lorg/graalvm/component/installer/Feedback;)V
         3: .line 84
            aload 2 /* env */
            aload 0 /* this */
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest.exposeGraalHomePath:()Ljava/nio/file/Path;
            invokevirtual org.graalvm.component.installer.Environment.setGraalHome:(Ljava/nio/file/Path;)V
         4: .line 85
            aload 2 /* env */
            aload 0 /* this */
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest.getLocalRegistry:()Lorg/graalvm/component/installer/model/ComponentRegistry;
            invokevirtual org.graalvm.component.installer.Environment.setLocalRegistry:(Lorg/graalvm/component/installer/model/ComponentRegistry;)V
         5: .line 86
            aload 2 /* env */
            aload 0 /* this */
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest.getFileOperations:()Lorg/graalvm/component/installer/FileOperations;
            invokevirtual org.graalvm.component.installer.Environment.setFileOperations:(Lorg/graalvm/component/installer/FileOperations;)V
         6: .line 87
            aload 0 /* this */
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            aload 2 /* env */
            putfield org.graalvm.component.installer.InstallerCommandlineTest.environment:Lorg/graalvm/component/installer/Environment;
         7: .line 88
            aload 2 /* env */
            areturn
        end local 2 // org.graalvm.component.installer.Environment env
        end local 1 // org.graalvm.component.installer.SimpleGetopt go
        end local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;
            0    8     1    go  Lorg/graalvm/component/installer/SimpleGetopt;
            1    8     2   env  Lorg/graalvm/component/installer/Environment;
    MethodParameters:
      Name  Flags
      go    

  protected java.lang.RuntimeException error(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/RuntimeException;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
        start local 1 // java.lang.String messageKey
        start local 2 // java.lang.Object[] aa
         0: .line 93
            aload 0 /* this */
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            aload 1 /* messageKey */
            aconst_null
            aload 2 /* aa */
            invokevirtual org.graalvm.component.installer.InstallerCommandlineTest.error:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
         1: .line 94
            new org.graalvm.component.installer.InstallerCommandlineTest$MainErrorException
            dup
            invokespecial org.graalvm.component.installer.InstallerCommandlineTest$MainErrorException.<init>:()V
            athrow
        end local 2 // java.lang.Object[] aa
        end local 1 // java.lang.String messageKey
        end local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;
            0    2     1  messageKey  Ljava/lang/String;
            0    2     2          aa  [Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      messageKey  
      aa          

  protected org.graalvm.component.installer.SimpleGetopt createOptionsObject(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lorg/graalvm/component/installer/SimpleGetopt;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
        start local 1 // java.util.Map opts
         0: .line 99
            new org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain$2
            dup
            aload 0 /* this */
            getstatic org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.globalOptions:Ljava/util/Map;
            invokespecial org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain$2.<init>:(Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;Ljava/util/Map;)V
            areturn
        end local 1 // java.util.Map opts
        end local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;
            0    1     1  opts  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lorg/graalvm/component/installer/SimpleGetopt;
    MethodParameters:
      Name  Flags
      opts  

  protected void printUsage(org.graalvm.component.installer.Feedback);
    descriptor: (Lorg/graalvm/component/installer/Feedback;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
        start local 1 // org.graalvm.component.installer.Feedback output
         0: .line 109
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            invokespecial org.graalvm.component.installer.ComponentInstaller.printUsage:(Lorg/graalvm/component/installer/Feedback;)V
         1: .line 110
            return
        end local 1 // org.graalvm.component.installer.Feedback output
        end local 0 // org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;
            0    2     1  output  Lorg/graalvm/component/installer/Feedback;
    MethodParameters:
        Name  Flags
      output  

  static org.graalvm.component.installer.InstallerCommandlineTest access$0(org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain);
    descriptor: (Lorg/graalvm/component/installer/InstallerCommandlineTest$MockInstallerMain;)Lorg/graalvm/component/installer/InstallerCommandlineTest;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 60
            aload 0
            getfield org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain.this$0:Lorg/graalvm/component/installer/InstallerCommandlineTest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InstallerCommandlineTest.java"
NestHost: org.graalvm.component.installer.InstallerCommandlineTest
InnerClasses:
  MainErrorException = org.graalvm.component.installer.InstallerCommandlineTest$MainErrorException of org.graalvm.component.installer.InstallerCommandlineTest
  MockInstallerMain = org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain of org.graalvm.component.installer.InstallerCommandlineTest
  org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain$1
  org.graalvm.component.installer.InstallerCommandlineTest$MockInstallerMain$2