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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
aload 2
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 end local 1 end local 0 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