final class org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager 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$DisabledFontCacheManager
  super_class: java.lang.Object
{
  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$DisabledFontCacheManager this
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$DisabledFontCacheManager;

  public org.apache.fop.fonts.FontCache load();
    descriptor: ()Lorg/apache/fop/fonts/FontCache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
         0: .line 96
            aconst_null
            areturn
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$DisabledFontCacheManager;

  public void save();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
         0: .line 101
            return
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$DisabledFontCacheManager;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  public void delete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
         0: .line 104
            new org.apache.fop.apps.FOPException
            dup
            ldc "Font Cache disabled"
            invokespecial org.apache.fop.apps.FOPException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory$DisabledFontCacheManager;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  public void setCacheFile(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
        start local 1 // java.net.URI fontCacheURI
         0: .line 109
            return
        end local 1 // java.net.URI fontCacheURI
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/fop/fonts/FontCacheManagerFactory$DisabledFontCacheManager;
            0    1     1  fontCacheURI  Ljava/net/URI;
    MethodParameters:
              Name  Flags
      fontCacheURI  
}
SourceFile: "FontCacheManagerFactory.java"
NestHost: org.apache.fop.fonts.FontCacheManagerFactory
InnerClasses:
  private final DisabledFontCacheManager = org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager of org.apache.fop.fonts.FontCacheManagerFactory