public final class org.eclipse.aether.collection.CollectRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.collection.CollectRequest
  super_class: java.lang.Object
{
  private org.eclipse.aether.artifact.Artifact rootArtifact;
    descriptor: Lorg/eclipse/aether/artifact/Artifact;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.aether.graph.Dependency root;
    descriptor: Lorg/eclipse/aether/graph/Dependency;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.eclipse.aether.graph.Dependency> dependencies;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;

  private java.util.List<org.eclipse.aether.graph.Dependency> managedDependencies;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;

  private java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;

  private java.lang.String context;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.aether.RequestTrace trace;
    descriptor: Lorg/eclipse/aether/RequestTrace;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
         2: .line 50
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
         3: .line 52
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
         4: .line 54
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.collection.CollectRequest.context:Ljava/lang/String;
         5: .line 64
            return
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/aether/collection/CollectRequest;

  public void <init>(org.eclipse.aether.graph.Dependency, java.util.List<org.eclipse.aether.repository.RemoteRepository>);
    descriptor: (Lorg/eclipse/aether/graph/Dependency;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.graph.Dependency root
        start local 2 // java.util.List repositories
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
         2: .line 50
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
         3: .line 52
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
         4: .line 54
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.collection.CollectRequest.context:Ljava/lang/String;
         5: .line 74
            aload 0 /* this */
            aload 1 /* root */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setRoot:(Lorg/eclipse/aether/graph/Dependency;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         6: .line 75
            aload 0 /* this */
            aload 2 /* repositories */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setRepositories:(Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         7: .line 76
            return
        end local 2 // java.util.List repositories
        end local 1 // org.eclipse.aether.graph.Dependency root
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/eclipse/aether/collection/CollectRequest;
            0    8     1          root  Lorg/eclipse/aether/graph/Dependency;
            0    8     2  repositories  Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
    Signature: (Lorg/eclipse/aether/graph/Dependency;Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;)V
    MethodParameters:
              Name  Flags
      root          
      repositories  

  public void <init>(org.eclipse.aether.graph.Dependency, java.util.List<org.eclipse.aether.graph.Dependency>, java.util.List<org.eclipse.aether.repository.RemoteRepository>);
    descriptor: (Lorg/eclipse/aether/graph/Dependency;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.graph.Dependency root
        start local 2 // java.util.List dependencies
        start local 3 // java.util.List repositories
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
         2: .line 50
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
         3: .line 52
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
         4: .line 54
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.collection.CollectRequest.context:Ljava/lang/String;
         5: .line 88
            aload 0 /* this */
            aload 1 /* root */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setRoot:(Lorg/eclipse/aether/graph/Dependency;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         6: .line 89
            aload 0 /* this */
            aload 2 /* dependencies */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setDependencies:(Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         7: .line 90
            aload 0 /* this */
            aload 3 /* repositories */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setRepositories:(Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         8: .line 91
            return
        end local 3 // java.util.List repositories
        end local 2 // java.util.List dependencies
        end local 1 // org.eclipse.aether.graph.Dependency root
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/eclipse/aether/collection/CollectRequest;
            0    9     1          root  Lorg/eclipse/aether/graph/Dependency;
            0    9     2  dependencies  Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;
            0    9     3  repositories  Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
    Signature: (Lorg/eclipse/aether/graph/Dependency;Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;)V
    MethodParameters:
              Name  Flags
      root          
      dependencies  
      repositories  

  public void <init>(java.util.List<org.eclipse.aether.graph.Dependency>, java.util.List<org.eclipse.aether.graph.Dependency>, java.util.List<org.eclipse.aether.repository.RemoteRepository>);
    descriptor: (Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // java.util.List dependencies
        start local 2 // java.util.List managedDependencies
        start local 3 // java.util.List repositories
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
         2: .line 50
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
         3: .line 52
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
         4: .line 54
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.collection.CollectRequest.context:Ljava/lang/String;
         5: .line 104
            aload 0 /* this */
            aload 1 /* dependencies */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setDependencies:(Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         6: .line 105
            aload 0 /* this */
            aload 2 /* managedDependencies */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setManagedDependencies:(Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         7: .line 106
            aload 0 /* this */
            aload 3 /* repositories */
            invokevirtual org.eclipse.aether.collection.CollectRequest.setRepositories:(Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
            pop
         8: .line 107
            return
        end local 3 // java.util.List repositories
        end local 2 // java.util.List managedDependencies
        end local 1 // java.util.List dependencies
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lorg/eclipse/aether/collection/CollectRequest;
            0    9     1         dependencies  Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;
            0    9     2  managedDependencies  Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;
            0    9     3         repositories  Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
    Signature: (Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;)V
    MethodParameters:
                     Name  Flags
      dependencies         
      managedDependencies  
      repositories         

  public org.eclipse.aether.artifact.Artifact getRootArtifact();
    descriptor: ()Lorg/eclipse/aether/artifact/Artifact;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 116
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.rootArtifact:Lorg/eclipse/aether/artifact/Artifact;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;

  public org.eclipse.aether.collection.CollectRequest setRootArtifact(org.eclipse.aether.artifact.Artifact);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.artifact.Artifact rootArtifact
         0: .line 132
            aload 0 /* this */
            aload 1 /* rootArtifact */
            putfield org.eclipse.aether.collection.CollectRequest.rootArtifact:Lorg/eclipse/aether/artifact/Artifact;
         1: .line 133
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.artifact.Artifact rootArtifact
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/aether/collection/CollectRequest;
            0    2     1  rootArtifact  Lorg/eclipse/aether/artifact/Artifact;
    MethodParameters:
              Name  Flags
      rootArtifact  

  public org.eclipse.aether.graph.Dependency getRoot();
    descriptor: ()Lorg/eclipse/aether/graph/Dependency;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 143
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.root:Lorg/eclipse/aether/graph/Dependency;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;

  public org.eclipse.aether.collection.CollectRequest setRoot(org.eclipse.aether.graph.Dependency);
    descriptor: (Lorg/eclipse/aether/graph/Dependency;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.graph.Dependency root
         0: .line 154
            aload 0 /* this */
            aload 1 /* root */
            putfield org.eclipse.aether.collection.CollectRequest.root:Lorg/eclipse/aether/graph/Dependency;
         1: .line 155
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.graph.Dependency root
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/aether/collection/CollectRequest;
            0    2     1  root  Lorg/eclipse/aether/graph/Dependency;
    MethodParameters:
      Name  Flags
      root  

  public java.util.List<org.eclipse.aether.graph.Dependency> getDependencies();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 165
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;
    Signature: ()Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;

  public org.eclipse.aether.collection.CollectRequest setDependencies(java.util.List<org.eclipse.aether.graph.Dependency>);
    descriptor: (Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // java.util.List dependencies
         0: .line 178
            aload 1 /* dependencies */
            ifnonnull 3
         1: .line 180
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
         2: .line 181
            goto 4
         3: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dependencies */
            putfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
         4: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.List dependencies
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/eclipse/aether/collection/CollectRequest;
            0    5     1  dependencies  Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;
    Signature: (Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;)Lorg/eclipse/aether/collection/CollectRequest;
    MethodParameters:
              Name  Flags
      dependencies  

  public org.eclipse.aether.collection.CollectRequest addDependency(org.eclipse.aether.graph.Dependency);
    descriptor: (Lorg/eclipse/aether/graph/Dependency;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.graph.Dependency dependency
         0: .line 197
            aload 1 /* dependency */
            ifnull 4
         1: .line 199
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 201
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
         3: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.dependencies:Ljava/util/List;
            aload 1 /* dependency */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.graph.Dependency dependency
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/aether/collection/CollectRequest;
            0    5     1  dependency  Lorg/eclipse/aether/graph/Dependency;
    MethodParameters:
            Name  Flags
      dependency  

  public java.util.List<org.eclipse.aether.graph.Dependency> getManagedDependencies();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 215
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;
    Signature: ()Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;

  public org.eclipse.aether.collection.CollectRequest setManagedDependencies(java.util.List<org.eclipse.aether.graph.Dependency>);
    descriptor: (Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // java.util.List managedDependencies
         0: .line 227
            aload 1 /* managedDependencies */
            ifnonnull 3
         1: .line 229
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
         2: .line 230
            goto 4
         3: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* managedDependencies */
            putfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
         4: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.List managedDependencies
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/eclipse/aether/collection/CollectRequest;
            0    5     1  managedDependencies  Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;
    Signature: (Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;)Lorg/eclipse/aether/collection/CollectRequest;
    MethodParameters:
                     Name  Flags
      managedDependencies  

  public org.eclipse.aether.collection.CollectRequest addManagedDependency(org.eclipse.aether.graph.Dependency);
    descriptor: (Lorg/eclipse/aether/graph/Dependency;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.graph.Dependency managedDependency
         0: .line 246
            aload 1 /* managedDependency */
            ifnull 4
         1: .line 248
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 250
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
         3: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.managedDependencies:Ljava/util/List;
            aload 1 /* managedDependency */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.graph.Dependency managedDependency
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/eclipse/aether/collection/CollectRequest;
            0    5     1  managedDependency  Lorg/eclipse/aether/graph/Dependency;
    MethodParameters:
                   Name  Flags
      managedDependency  

  public java.util.List<org.eclipse.aether.repository.RemoteRepository> getRepositories();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 264
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;
    Signature: ()Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;

  public org.eclipse.aether.collection.CollectRequest setRepositories(java.util.List<org.eclipse.aether.repository.RemoteRepository>);
    descriptor: (Ljava/util/List;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // java.util.List repositories
         0: .line 275
            aload 1 /* repositories */
            ifnonnull 3
         1: .line 277
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
         2: .line 278
            goto 4
         3: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* repositories */
            putfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
         4: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.List repositories
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/eclipse/aether/collection/CollectRequest;
            0    5     1  repositories  Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
    Signature: (Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;)Lorg/eclipse/aether/collection/CollectRequest;
    MethodParameters:
              Name  Flags
      repositories  

  public org.eclipse.aether.collection.CollectRequest addRepository(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 294
            aload 1 /* repository */
            ifnull 4
         1: .line 296
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 298
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
         3: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.repositories:Ljava/util/List;
            aload 1 /* repository */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/aether/collection/CollectRequest;
            0    5     1  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    MethodParameters:
            Name  Flags
      repository  

  public java.lang.String getRequestContext();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 312
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.context:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;

  public org.eclipse.aether.collection.CollectRequest setRequestContext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // java.lang.String context
         0: .line 323
            aload 0 /* this */
            aload 1 /* context */
            ifnull 1
            aload 1 /* context */
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.aether.collection.CollectRequest
         1: ldc ""
      StackMap locals: org.eclipse.aether.collection.CollectRequest java.lang.String
      StackMap stack: org.eclipse.aether.collection.CollectRequest java.lang.String
         2: putfield org.eclipse.aether.collection.CollectRequest.context:Ljava/lang/String;
         3: .line 324
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String context
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/aether/collection/CollectRequest;
            0    4     1  context  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  

  public org.eclipse.aether.RequestTrace getTrace();
    descriptor: ()Lorg/eclipse/aether/RequestTrace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 334
            aload 0 /* this */
            getfield org.eclipse.aether.collection.CollectRequest.trace:Lorg/eclipse/aether/RequestTrace;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;

  public org.eclipse.aether.collection.CollectRequest setTrace(org.eclipse.aether.RequestTrace);
    descriptor: (Lorg/eclipse/aether/RequestTrace;)Lorg/eclipse/aether/collection/CollectRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.CollectRequest this
        start local 1 // org.eclipse.aether.RequestTrace trace
         0: .line 345
            aload 0 /* this */
            aload 1 /* trace */
            putfield org.eclipse.aether.collection.CollectRequest.trace:Lorg/eclipse/aether/RequestTrace;
         1: .line 346
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.RequestTrace trace
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/aether/collection/CollectRequest;
            0    2     1  trace  Lorg/eclipse/aether/RequestTrace;
    MethodParameters:
       Name  Flags
      trace  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.CollectRequest this
         0: .line 352
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.eclipse.aether.collection.CollectRequest.getRoot:()Lorg/eclipse/aether/graph/Dependency;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " -> "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.collection.CollectRequest.getDependencies:()Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " < "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.collection.CollectRequest.getRepositories:()Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.collection.CollectRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/CollectRequest;
}
SourceFile: "CollectRequest.java"