public interface jdk.tools.jlink.builder.ImageBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: jdk.tools.jlink.builder.ImageBuilder
  super_class: java.lang.Object
{
  public void storeFiles(jdk.tools.jlink.plugin.ResourcePool, java.util.Properties);
    descriptor: (Ljdk/tools/jlink/plugin/ResourcePool;Ljava/util/Properties;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.tools.jlink.builder.ImageBuilder this
        start local 1 // jdk.tools.jlink.plugin.ResourcePool content
        start local 2 // java.util.Properties release
         0: .line 49
            aload 0 /* this */
            aload 1 /* content */
            invokeinterface jdk.tools.jlink.builder.ImageBuilder.storeFiles:(Ljdk/tools/jlink/plugin/ResourcePool;)V
         1: .line 50
            return
        end local 2 // java.util.Properties release
        end local 1 // jdk.tools.jlink.plugin.ResourcePool content
        end local 0 // jdk.tools.jlink.builder.ImageBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljdk/tools/jlink/builder/ImageBuilder;
            0    2     1  content  Ljdk/tools/jlink/plugin/ResourcePool;
            0    2     2  release  Ljava/util/Properties;
    MethodParameters:
         Name  Flags
      content  
      release  

  public void storeFiles(jdk.tools.jlink.plugin.ResourcePool);
    descriptor: (Ljdk/tools/jlink/plugin/ResourcePool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.tools.jlink.builder.ImageBuilder this
        start local 1 // jdk.tools.jlink.plugin.ResourcePool content
         0: .line 59
            new java.lang.UnsupportedOperationException
            dup
            ldc "storeFiles"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // jdk.tools.jlink.plugin.ResourcePool content
        end local 0 // jdk.tools.jlink.builder.ImageBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljdk/tools/jlink/builder/ImageBuilder;
            0    1     1  content  Ljdk/tools/jlink/plugin/ResourcePool;
    MethodParameters:
         Name  Flags
      content  

  public abstract java.io.DataOutputStream getJImageOutputStream();
    descriptor: ()Ljava/io/DataOutputStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract jdk.tools.jlink.internal.ExecutableImage getExecutableImage();
    descriptor: ()Ljdk/tools/jlink/internal/ExecutableImage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ImageBuilder.java"