public class ch.qos.logback.core.property.FileExistsPropertyDefiner extends ch.qos.logback.core.PropertyDefinerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: ch.qos.logback.core.property.FileExistsPropertyDefiner
  super_class: ch.qos.logback.core.PropertyDefinerBase
{
  java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
         0: .line 30
            aload 0 /* this */
            invokespecial ch.qos.logback.core.PropertyDefinerBase.<init>:()V
            return
        end local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/property/FileExistsPropertyDefiner;

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
         0: .line 35
            aload 0 /* this */
            getfield ch.qos.logback.core.property.FileExistsPropertyDefiner.path:Ljava/lang/String;
            areturn
        end local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/property/FileExistsPropertyDefiner;

  public void setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
        start local 1 // java.lang.String path
         0: .line 44
            aload 0 /* this */
            aload 1 /* path */
            putfield ch.qos.logback.core.property.FileExistsPropertyDefiner.path:Ljava/lang/String;
         1: .line 45
            return
        end local 1 // java.lang.String path
        end local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/property/FileExistsPropertyDefiner;
            0    2     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String getPropertyValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
         0: .line 54
            aload 0 /* this */
            getfield ch.qos.logback.core.property.FileExistsPropertyDefiner.path:Ljava/lang/String;
            invokestatic ch.qos.logback.core.util.OptionHelper.isEmpty:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 55
            aload 0 /* this */
            ldc "The \"path\" property must be set."
            invokevirtual ch.qos.logback.core.property.FileExistsPropertyDefiner.addError:(Ljava/lang/String;)V
         2: .line 56
            aconst_null
            areturn
         3: .line 59
      StackMap locals:
      StackMap stack:
            new java.io.File
            dup
            aload 0 /* this */
            getfield ch.qos.logback.core.property.FileExistsPropertyDefiner.path:Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 1 /* file */
        start local 1 // java.io.File file
         4: .line 60
            aload 1 /* file */
            invokevirtual java.io.File.exists:()Z
            invokestatic ch.qos.logback.core.property.FileExistsPropertyDefiner.booleanAsStr:(Z)Ljava/lang/String;
            areturn
        end local 1 // java.io.File file
        end local 0 // ch.qos.logback.core.property.FileExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lch/qos/logback/core/property/FileExistsPropertyDefiner;
            4    5     1  file  Ljava/io/File;
}
SourceFile: "FileExistsPropertyDefiner.java"