final class com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl extends javax.xml.bind.SchemaOutputResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl
  super_class: javax.xml.bind.SchemaOutputResolver
{
  private final java.io.File baseDir;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, java.io.File> schemas;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/io/File;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 227
            ldc Lcom/sun/tools/internal/jxc/ConfigReader;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public javax.xml.transform.Result createOutput(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/transform/Result;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl this
        start local 1 // java.lang.String namespaceUri
        start local 2 // java.lang.String suggestedFileName
         0: .line 250
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.schemas:Ljava/util/Map;
            aload 1 /* namespaceUri */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 5
         1: .line 251
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.schemas:Ljava/util/Map;
            aload 1 /* namespaceUri */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.io.File
            astore 3 /* loc */
        start local 3 // java.io.File loc
         2: .line 252
            aload 3 /* loc */
            ifnonnull 3
            aconst_null
            areturn
         3: .line 256
      StackMap locals: java.io.File
      StackMap stack:
            aload 3 /* loc */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            invokevirtual java.io.File.mkdirs:()Z
            pop
         4: .line 258
            new javax.xml.transform.stream.StreamResult
            dup
            aload 3 /* loc */
            invokespecial javax.xml.transform.stream.StreamResult.<init>:(Ljava/io/File;)V
            areturn
        end local 3 // java.io.File loc
         5: .line 264
      StackMap locals:
      StackMap stack:
            new java.io.File
            dup
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.baseDir:Ljava/io/File;
            aload 2 /* suggestedFileName */
            invokespecial java.io.File.<init>:(Ljava/io/File;Ljava/lang/String;)V
            astore 3 /* schemaFile */
        start local 3 // java.io.File schemaFile
         6: .line 266
            new javax.xml.transform.stream.StreamResult
            dup
            aload 3 /* schemaFile */
            invokespecial javax.xml.transform.stream.StreamResult.<init>:(Ljava/io/File;)V
            areturn
        end local 3 // java.io.File schemaFile
        end local 2 // java.lang.String suggestedFileName
        end local 1 // java.lang.String namespaceUri
        end local 0 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/sun/tools/internal/jxc/ConfigReader$SchemaOutputResolverImpl;
            0    7     1       namespaceUri  Ljava/lang/String;
            0    7     2  suggestedFileName  Ljava/lang/String;
            2    5     3                loc  Ljava/io/File;
            6    7     3         schemaFile  Ljava/io/File;
    MethodParameters:
                   Name  Flags
      namespaceUri       
      suggestedFileName  

  public void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl this
        start local 1 // java.io.File baseDir
         0: .line 270
            aload 0 /* this */
            invokespecial javax.xml.bind.SchemaOutputResolver.<init>:()V
         1: .line 239
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.schemas:Ljava/util/Map;
         2: .line 271
            getstatic com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.$assertionsDisabled:Z
            ifne 3
            aload 1 /* baseDir */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 272
      StackMap locals: com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl java.io.File
      StackMap stack:
            aload 0 /* this */
            aload 1 /* baseDir */
            putfield com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.baseDir:Ljava/io/File;
         4: .line 273
            return
        end local 1 // java.io.File baseDir
        end local 0 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/tools/internal/jxc/ConfigReader$SchemaOutputResolverImpl;
            0    5     1  baseDir  Ljava/io/File;
    MethodParameters:
         Name  Flags
      baseDir  

  public void addSchemaInfo(java.lang.String, java.io.File);
    descriptor: (Ljava/lang/String;Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl this
        start local 1 // java.lang.String namespaceUri
        start local 2 // java.io.File location
         0: .line 276
            aload 1 /* namespaceUri */
            ifnonnull 2
         1: .line 278
            ldc ""
            astore 1 /* namespaceUri */
         2: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.schemas:Ljava/util/Map;
            aload 1 /* namespaceUri */
            aload 2 /* location */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 281
            return
        end local 2 // java.io.File location
        end local 1 // java.lang.String namespaceUri
        end local 0 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/sun/tools/internal/jxc/ConfigReader$SchemaOutputResolverImpl;
            0    4     1  namespaceUri  Ljava/lang/String;
            0    4     2      location  Ljava/io/File;
    MethodParameters:
              Name  Flags
      namespaceUri  
      location      
}
SourceFile: "ConfigReader.java"
NestHost: com.sun.tools.internal.jxc.ConfigReader
InnerClasses:
  private final SchemaOutputResolverImpl = com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl of com.sun.tools.internal.jxc.ConfigReader