public class org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
  super_class: java.lang.Object
{
  private final java.nio.file.Path path;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.file.attribute.BasicFileAttributes attributes;
    descriptor: Ljava/nio/file/attribute/BasicFileAttributes;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.nio.file.Path, java.nio.file.attribute.BasicFileAttributes);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
        start local 1 // java.nio.file.Path path
        start local 2 // java.nio.file.attribute.BasicFileAttributes attributes
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* path */
            ldc "path"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.nio.file.Path
            putfield org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes.path:Ljava/nio/file/Path;
         2: .line 34
            aload 0 /* this */
            aload 2 /* attributes */
            ldc "attributes"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.nio.file.attribute.BasicFileAttributes
            putfield org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes.attributes:Ljava/nio/file/attribute/BasicFileAttributes;
         3: .line 35
            return
        end local 2 // java.nio.file.attribute.BasicFileAttributes attributes
        end local 1 // java.nio.file.Path path
        end local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/logging/log4j/core/appender/rolling/action/PathWithAttributes;
            0    4     1        path  Ljava/nio/file/Path;
            0    4     2  attributes  Ljava/nio/file/attribute/BasicFileAttributes;
    MethodParameters:
            Name  Flags
      path        final
      attributes  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
         0: .line 39
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes.path:Ljava/nio/file/Path;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " (modified: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes.attributes:Ljava/nio/file/attribute/BasicFileAttributes;
            invokeinterface java.nio.file.attribute.BasicFileAttributes.lastModifiedTime:()Ljava/nio/file/attribute/FileTime;
            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;
            areturn
        end local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/appender/rolling/action/PathWithAttributes;

  public java.nio.file.Path getPath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes.path:Ljava/nio/file/Path;
            areturn
        end local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/appender/rolling/action/PathWithAttributes;

  public java.nio.file.attribute.BasicFileAttributes getAttributes();
    descriptor: ()Ljava/nio/file/attribute/BasicFileAttributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
         0: .line 57
            aload 0 /* this */
            getfield org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes.attributes:Ljava/nio/file/attribute/BasicFileAttributes;
            areturn
        end local 0 // org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/appender/rolling/action/PathWithAttributes;
}
SourceFile: "PathWithAttributes.java"