interface com.oracle.svm.driver.NativeImage$NativeImageMetaInfResourceProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.svm.driver.NativeImage$NativeImageMetaInfResourceProcessor
  super_class: java.lang.Object
{
  public abstract void processMetaInfResource(java.nio.file.Path, java.nio.file.Path, java.nio.file.Path, com.oracle.svm.driver.NativeImage$MetaInfFileType, java.util.function.Function<java.lang.String, java.lang.String>);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;Ljava/util/function/Function;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;Ljava/util/function/Function<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
                Name  Flags
      classpathEntry  
      resourceRoot    
      resourcePath    
      type            
      resolver        
}
SourceFile: "NativeImage.java"
NestHost: com.oracle.svm.driver.NativeImage
InnerClasses:
  final MetaInfFileType = com.oracle.svm.driver.NativeImage$MetaInfFileType of com.oracle.svm.driver.NativeImage
  abstract NativeImageMetaInfResourceProcessor = com.oracle.svm.driver.NativeImage$NativeImageMetaInfResourceProcessor of com.oracle.svm.driver.NativeImage