final class org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl implements org.apache.fop.fonts.FontCacheManager
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl
  super_class: java.lang.Object
{
  private java.io.File cacheFile;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fonts.FontCache fontCache;
    descriptor: Lorg/apache/fop/fonts/FontCache;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$FontCacheManagerImpl;

  public org.apache.fop.fonts.FontCache load();
    descriptor: ()Lorg/apache/fop/fonts/FontCache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
         0: .line 60
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
            ifnonnull 4
         1: .line 61
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.getCacheFile:(Z)Ljava/io/File;
            invokestatic org.apache.fop.fonts.FontCache.loadFrom:(Ljava/io/File;)Lorg/apache/fop/fonts/FontCache;
            putfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
         2: .line 62
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
            ifnonnull 4
         3: .line 63
            aload 0 /* this */
            new org.apache.fop.fonts.FontCache
            dup
            invokespecial org.apache.fop.fonts.FontCache.<init>:()V
            putfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
         4: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
            areturn
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$FontCacheManagerImpl;

  public void save();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
         0: .line 70
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
            invokevirtual org.apache.fop.fonts.FontCache.hasChanged:()Z
            ifeq 2
         1: .line 71
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.fontCache:Lorg/apache/fop/fonts/FontCache;
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.getCacheFile:(Z)Ljava/io/File;
            invokevirtual org.apache.fop.fonts.FontCache.saveTo:(Ljava/io/File;)V
         2: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$FontCacheManagerImpl;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  public void delete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
         0: .line 76
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.getCacheFile:(Z)Ljava/io/File;
            invokevirtual java.io.File.delete:()Z
            ifne 2
         1: .line 77
            new org.apache.fop.apps.FOPException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to flush the font cache file '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.cacheFile:Ljava/io/File;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "'."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.apache.fop.apps.FOPException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 79
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$FontCacheManagerImpl;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  private java.io.File getCacheFile(boolean);
    descriptor: (Z)Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
        start local 1 // boolean forWriting
         0: .line 82
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.cacheFile:Ljava/io/File;
            ifnull 2
         1: .line 83
            aload 0 /* this */
            getfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.cacheFile:Ljava/io/File;
            areturn
         2: .line 85
      StackMap locals:
      StackMap stack:
            iload 1 /* forWriting */
            invokestatic org.apache.fop.fonts.FontCache.getDefaultCacheFile:(Z)Ljava/io/File;
            areturn
        end local 1 // boolean forWriting
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/fop/fonts/FontCacheManagerFactory$FontCacheManagerImpl;
            0    3     1  forWriting  Z
    MethodParameters:
            Name  Flags
      forWriting  

  public void setCacheFile(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
        start local 1 // java.net.URI fontCacheURI
         0: .line 89
            aload 0 /* this */
            new java.io.File
            dup
            aload 1 /* fontCacheURI */
            invokespecial java.io.File.<init>:(Ljava/net/URI;)V
            putfield org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.cacheFile:Ljava/io/File;
         1: .line 90
            return
        end local 1 // java.net.URI fontCacheURI
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/fop/fonts/FontCacheManagerFactory$FontCacheManagerImpl;
            0    2     1  fontCacheURI  Ljava/net/URI;
    MethodParameters:
              Name  Flags
      fontCacheURI  
}
SourceFile: "FontCacheManagerFactory.java"
NestHost: org.apache.fop.fonts.FontCacheManagerFactory
InnerClasses:
  private final FontCacheManagerImpl = org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl of org.apache.fop.fonts.FontCacheManagerFactory