public interface org.graalvm.component.installer.ComponentCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.component.installer.ComponentCollection
  super_class: java.lang.Object
{
  public org.graalvm.component.installer.model.ComponentInfo findComponent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.component.installer.ComponentCollection this
        start local 1 // java.lang.String id
         0: .line 37
            aload 0 /* this */
            aload 1 /* id */
            aconst_null
            invokeinterface org.graalvm.component.installer.ComponentCollection.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            areturn
        end local 1 // java.lang.String id
        end local 0 // org.graalvm.component.installer.ComponentCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/component/installer/ComponentCollection;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public abstract boolean isAllowDistUpdate();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setAllowDistUpdate(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      distUpgrade  

  public org.graalvm.component.installer.model.ComponentInfo findComponent(java.lang.String, org.graalvm.component.installer.Version$Match);
    descriptor: (Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.graalvm.component.installer.ComponentCollection this
        start local 1 // java.lang.String id
        start local 2 // org.graalvm.component.installer.Version$Match vm
         0: .line 45
            aload 0 /* this */
            aload 1 /* id */
            aload 2 /* vm */
            iconst_0
            invokeinterface org.graalvm.component.installer.ComponentCollection.findComponentMatch:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;Z)Lorg/graalvm/component/installer/model/ComponentInfo;
            areturn
        end local 2 // org.graalvm.component.installer.Version$Match vm
        end local 1 // java.lang.String id
        end local 0 // org.graalvm.component.installer.ComponentCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/component/installer/ComponentCollection;
            0    1     1    id  Ljava/lang/String;
            0    1     2    vm  Lorg/graalvm/component/installer/Version$Match;
    MethodParameters:
      Name  Flags
      id    
      vm    

  public abstract org.graalvm.component.installer.model.ComponentInfo findComponentMatch(java.lang.String, org.graalvm.component.installer.Version$Match, boolean);
    descriptor: (Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;Z)Lorg/graalvm/component/installer/model/ComponentInfo;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      id       
      vm       
      exactId  

  public abstract java.lang.String shortenComponentId(org.graalvm.component.installer.model.ComponentInfo);
    descriptor: (Lorg/graalvm/component/installer/model/ComponentInfo;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      info  

  public abstract java.util.Collection<java.lang.String> getComponentIDs();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  public abstract java.util.Collection<org.graalvm.component.installer.model.ComponentInfo> loadComponents(java.lang.String, org.graalvm.component.installer.Version$Match, boolean);
    descriptor: (Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;Z)Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;Z)Ljava/util/Collection<Lorg/graalvm/component/installer/model/ComponentInfo;>;
    MethodParameters:
          Name  Flags
      id        
      selector  
      filelist  
}
SourceFile: "ComponentCollection.java"
InnerClasses:
  public final Match = org.graalvm.component.installer.Version$Match of org.graalvm.component.installer.Version