public class org.eclipse.jetty.util.resource.PathResource extends org.eclipse.jetty.util.resource.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.resource.PathResource
  super_class: org.eclipse.jetty.util.resource.Resource
{
  private static final org.eclipse.jetty.util.log.Logger LOG;
    descriptor: Lorg/eclipse/jetty/util/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.nio.file.LinkOption[] NO_FOLLOW_LINKS;
    descriptor: [Ljava/nio/file/LinkOption;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.nio.file.LinkOption[] FOLLOW_LINKS;
    descriptor: [Ljava/nio/file/LinkOption;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.nio.file.Path path;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.file.Path alias;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 54
            ldc Lorg/eclipse/jetty/util/resource/PathResource;
            invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
            putstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
         1: .line 55
            iconst_1
            anewarray java.nio.file.LinkOption
            dup
            iconst_0
            getstatic java.nio.file.LinkOption.NOFOLLOW_LINKS:Ljava/nio/file/LinkOption;
            aastore
            putstatic org.eclipse.jetty.util.resource.PathResource.NO_FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
         2: .line 56
            iconst_0
            anewarray java.nio.file.LinkOption
            putstatic org.eclipse.jetty.util.resource.PathResource.FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private final java.nio.file.Path checkAliasPath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 64
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            astore 1 /* abs */
        start local 1 // java.nio.file.Path abs
         1: .line 75
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            invokestatic org.eclipse.jetty.util.URIUtil.equalsIgnoreEncodings:(Ljava/net/URI;Ljava/net/URI;)Z
            ifne 6
         2: .line 79
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
            invokestatic java.nio.file.Paths.get:(Ljava/net/URI;)Ljava/nio/file/Path;
            getstatic org.eclipse.jetty.util.resource.PathResource.FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
            invokeinterface java.nio.file.Path.toRealPath:([Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;
         3: areturn
         4: .line 81
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.nio.file.Path
      StackMap stack: java.io.IOException
            astore 2 /* ignored */
        start local 2 // java.io.IOException ignored
         5: .line 86
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 2 /* ignored */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException ignored
         6: .line 90
      StackMap locals:
      StackMap stack:
            aload 1 /* abs */
            invokeinterface java.nio.file.Path.isAbsolute:()Z
            ifne 8
         7: .line 92
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toAbsolutePath:()Ljava/nio/file/Path;
            astore 1 /* abs */
         8: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.isSymbolicLink:(Ljava/nio/file/Path;)Z
            ifeq 11
         9: .line 98
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getParent:()Ljava/nio/file/Path;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.readSymbolicLink:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.resolve:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
        10: areturn
        11: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.exists:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifeq 31
        12: .line 101
            aload 1 /* abs */
            getstatic org.eclipse.jetty.util.resource.PathResource.FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
            invokeinterface java.nio.file.Path.toRealPath:([Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;
            astore 2 /* real */
        start local 2 // java.nio.file.Path real
        13: .line 137
            aload 1 /* abs */
            invokeinterface java.nio.file.Path.getNameCount:()I
            istore 3 /* absCount */
        start local 3 // int absCount
        14: .line 138
            aload 2 /* real */
            invokeinterface java.nio.file.Path.getNameCount:()I
            istore 4 /* realCount */
        start local 4 // int realCount
        15: .line 139
            iload 3 /* absCount */
            iload 4 /* realCount */
            if_icmpeq 18
        16: .line 142
            aload 2 /* real */
        17: areturn
        18: .line 146
      StackMap locals: java.nio.file.Path int int
      StackMap stack:
            iload 4 /* realCount */
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
        19: goto 24
        20: .line 148
      StackMap locals: int
      StackMap stack:
            aload 1 /* abs */
            iload 5 /* i */
            invokeinterface java.nio.file.Path.getName:(I)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            aload 2 /* real */
            iload 5 /* i */
            invokeinterface java.nio.file.Path.getName:(I)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
        21: .line 150
            aload 2 /* real */
        22: areturn
        23: .line 146
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        24: iload 5 /* i */
            ifge 20
        end local 5 // int i
        end local 4 // int realCount
        end local 3 // int absCount
        end local 2 // java.nio.file.Path real
        25: .line 154
            goto 31
        26: .line 155
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.nio.file.Path
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        27: .line 157
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 2 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException e
        28: goto 31
        29: .line 159
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        30: .line 161
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "bad alias ({} {}) for {}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* e */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 2 // java.lang.Exception e
        31: .line 163
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.nio.file.Path abs
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   32     0       this  Lorg/eclipse/jetty/util/resource/PathResource;
            1   32     1        abs  Ljava/nio/file/Path;
            5    6     2    ignored  Ljava/io/IOException;
           13   25     2       real  Ljava/nio/file/Path;
           14   25     3   absCount  I
           15   25     4  realCount  I
           19   25     5          i  I
           27   28     2          e  Ljava/io/IOException;
           30   31     2          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
           8    10      26  Class java.io.IOException
          11    17      26  Class java.io.IOException
          18    22      26  Class java.io.IOException
          23    25      26  Class java.io.IOException
           8    10      29  Class java.lang.Exception
          11    17      29  Class java.lang.Exception
          18    22      29  Class java.lang.Exception
          23    25      29  Class java.lang.Exception

  public void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.io.File file
         0: .line 185
            aload 0 /* this */
            aload 1 /* file */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            invokespecial org.eclipse.jetty.util.resource.PathResource.<init>:(Ljava/nio/file/Path;)V
         1: .line 186
            return
        end local 1 // java.io.File file
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    2     1  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      file  

  public void <init>(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.nio.file.Path path
         0: .line 193
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.resource.Resource.<init>:()V
         1: .line 195
            aload 0 /* this */
            aload 1 /* path */
            invokeinterface java.nio.file.Path.toAbsolutePath:()Ljava/nio/file/Path;
            putfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
         2: .line 196
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual org.eclipse.jetty.util.resource.PathResource.assertValidPath:(Ljava/nio/file/Path;)V
         3: .line 197
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            putfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
         4: .line 198
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.resource.PathResource.checkAliasPath:()Ljava/nio/file/Path;
            putfield org.eclipse.jetty.util.resource.PathResource.alias:Ljava/nio/file/Path;
         5: .line 199
            return
        end local 1 // java.nio.file.Path path
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    6     1  path  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      path  

  private void <init>(org.eclipse.jetty.util.resource.PathResource, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/util/resource/PathResource;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // org.eclipse.jetty.util.resource.PathResource parent
        start local 2 // java.lang.String childPath
         0: .line 208
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.resource.Resource.<init>:()V
         1: .line 214
            aload 0 /* this */
            aload 1 /* parent */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getFileSystem:()Ljava/nio/file/FileSystem;
            aload 1 /* parent */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 2 /* childPath */
            aastore
            invokevirtual java.nio.file.FileSystem.getPath:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            putfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
         2: .line 215
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.resource.PathResource.isDirectory:()Z
            ifeq 4
            aload 2 /* childPath */
            ldc "/"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifne 4
         3: .line 216
            new java.lang.StringBuilder
            dup
            aload 2 /* childPath */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* childPath */
         4: .line 217
      StackMap locals: org.eclipse.jetty.util.resource.PathResource org.eclipse.jetty.util.resource.PathResource java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parent */
            getfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
            aload 2 /* childPath */
            invokestatic org.eclipse.jetty.util.URIUtil.addPath:(Ljava/net/URI;Ljava/lang/String;)Ljava/net/URI;
            putfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
         5: .line 218
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.resource.PathResource.checkAliasPath:()Ljava/nio/file/Path;
            putfield org.eclipse.jetty.util.resource.PathResource.alias:Ljava/nio/file/Path;
         6: .line 219
            return
        end local 2 // java.lang.String childPath
        end local 1 // org.eclipse.jetty.util.resource.PathResource parent
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    7     1     parent  Lorg/eclipse/jetty/util/resource/PathResource;
            0    7     2  childPath  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      parent     
      childPath  

  public void <init>(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.net.URI uri
         0: .line 229
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.resource.Resource.<init>:()V
         1: .line 231
            aload 1 /* uri */
            invokevirtual java.net.URI.isAbsolute:()Z
            ifne 3
         2: .line 233
            new java.lang.IllegalArgumentException
            dup
            ldc "not an absolute uri"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 236
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.net.URI
      StackMap stack:
            aload 1 /* uri */
            invokevirtual java.net.URI.getScheme:()Ljava/lang/String;
            ldc "file"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 5
         4: .line 238
            new java.lang.IllegalArgumentException
            dup
            ldc "not file: scheme"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 244
      StackMap locals:
      StackMap stack:
            aload 1 /* uri */
            invokestatic java.nio.file.Paths.get:(Ljava/net/URI;)Ljava/nio/file/Path;
            astore 2 /* path */
        start local 2 // java.nio.file.Path path
         6: .line 245
            goto 12
        end local 2 // java.nio.file.Path path
         7: .line 246
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 3 /* e */
        start local 3 // java.lang.IllegalArgumentException e
         8: .line 248
            aload 3 /* e */
            athrow
        end local 3 // java.lang.IllegalArgumentException e
         9: .line 250
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
        10: .line 252
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 3 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
        11: .line 253
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unable to build Path from: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* uri */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Exception e
        start local 2 // java.nio.file.Path path
        12: .line 256
      StackMap locals: java.nio.file.Path
      StackMap stack:
            aload 0 /* this */
            aload 2 /* path */
            invokeinterface java.nio.file.Path.toAbsolutePath:()Ljava/nio/file/Path;
            putfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
        13: .line 257
            aload 0 /* this */
            aload 2 /* path */
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            putfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
        14: .line 258
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.resource.PathResource.checkAliasPath:()Ljava/nio/file/Path;
            putfield org.eclipse.jetty.util.resource.PathResource.alias:Ljava/nio/file/Path;
        15: .line 259
            return
        end local 2 // java.nio.file.Path path
        end local 1 // java.net.URI uri
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            0   16     1   uri  Ljava/net/URI;
            6    7     2  path  Ljava/nio/file/Path;
           12   16     2  path  Ljava/nio/file/Path;
            8    9     3     e  Ljava/lang/IllegalArgumentException;
           10   12     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.IllegalArgumentException
           5     6       9  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      uri   

  public void <init>(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.net.URL url
         0: .line 282
            aload 0 /* this */
            aload 1 /* url */
            invokevirtual java.net.URL.toURI:()Ljava/net/URI;
            invokespecial org.eclipse.jetty.util.resource.PathResource.<init>:(Ljava/net/URI;)V
         1: .line 283
            return
        end local 1 // java.net.URL url
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    2     1   url  Ljava/net/URL;
    Exceptions:
      throws java.io.IOException, java.net.URISyntaxException
    MethodParameters:
      Name  Flags
      url   

  public org.eclipse.jetty.util.resource.Resource addPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jetty/util/resource/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.lang.String subpath
         0: .line 288
            aload 1 /* subpath */
            invokestatic org.eclipse.jetty.util.URIUtil.canonicalPath:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* cpath */
        start local 2 // java.lang.String cpath
         1: .line 290
            aload 2 /* cpath */
            ifnull 2
            aload 2 /* cpath */
            invokevirtual java.lang.String.length:()I
            ifne 3
         2: .line 291
      StackMap locals: java.lang.String
      StackMap stack:
            new java.net.MalformedURLException
            dup
            aload 1 /* subpath */
            invokespecial java.net.MalformedURLException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 293
      StackMap locals:
      StackMap stack:
            ldc "/"
            aload 2 /* cpath */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 294
            aload 0 /* this */
            areturn
         5: .line 301
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.util.resource.PathResource
            dup
            aload 0 /* this */
            aload 1 /* subpath */
            invokespecial org.eclipse.jetty.util.resource.PathResource.<init>:(Lorg/eclipse/jetty/util/resource/PathResource;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String cpath
        end local 1 // java.lang.String subpath
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    6     1  subpath  Ljava/lang/String;
            1    6     2    cpath  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      subpath  final

  private void assertValidPath(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.nio.file.Path path
         0: .line 307
            aload 1 /* path */
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
         1: .line 308
            aload 2 /* str */
            invokestatic org.eclipse.jetty.util.StringUtil.indexOfControlChars:(Ljava/lang/String;)I
            istore 3 /* idx */
        start local 3 // int idx
         2: .line 309
            iload 3 /* idx */
            iflt 4
         3: .line 311
            new java.nio.file.InvalidPathException
            dup
            aload 2 /* str */
            new java.lang.StringBuilder
            dup
            ldc "Invalid Character at index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* idx */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.nio.file.InvalidPathException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
         4: .line 313
      StackMap locals: java.lang.String int
      StackMap stack:
            return
        end local 3 // int idx
        end local 2 // java.lang.String str
        end local 1 // java.nio.file.Path path
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    5     1  path  Ljava/nio/file/Path;
            1    5     2   str  Ljava/lang/String;
            2    5     3   idx  I
    MethodParameters:
      Name  Flags
      path  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 319
            return
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public boolean delete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 326
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.deleteIfExists:(Ljava/nio/file/Path;)Z
         1: ireturn
         2: .line 328
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 330
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
         4: .line 331
            iconst_0
            ireturn
        end local 1 // java.io.IOException e
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            3    5     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws java.lang.SecurityException

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.lang.Object obj
         0: .line 338
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 340
            iconst_1
            ireturn
         2: .line 342
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 344
            iconst_0
            ireturn
         4: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 348
            iconst_0
            ireturn
         6: .line 350
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jetty.util.resource.PathResource
            astore 2 /* other */
        start local 2 // org.eclipse.jetty.util.resource.PathResource other
         7: .line 351
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            ifnonnull 10
         8: .line 353
            aload 2 /* other */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            ifnull 12
         9: .line 355
            iconst_0
            ireturn
        10: .line 358
      StackMap locals: org.eclipse.jetty.util.resource.PathResource
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            aload 2 /* other */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 360
            iconst_0
            ireturn
        12: .line 362
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.util.resource.PathResource other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/eclipse/jetty/util/resource/PathResource;
            0   13     1    obj  Ljava/lang/Object;
            7   13     2  other  Lorg/eclipse/jetty/util/resource/PathResource;
    MethodParameters:
      Name  Flags
      obj   

  public boolean exists();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 368
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            getstatic org.eclipse.jetty.util.resource.PathResource.NO_FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
            invokestatic java.nio.file.Files.exists:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ireturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public java.io.File getFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 374
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
    Exceptions:
      throws java.io.IOException

  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.eclipse.jetty.util.resource.PathResource this
         0: .line 382
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 390
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.resource.PathResource.getFile:()Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 396
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toAbsolutePath:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public java.nio.channels.ReadableByteChannel getReadableByteChannel();
    descriptor: ()Ljava/nio/channels/ReadableByteChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 402
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            iconst_1
            anewarray java.nio.file.OpenOption
            dup
            iconst_0
            getstatic java.nio.file.StandardOpenOption.READ:Ljava/nio/file/StandardOpenOption;
            aastore
            invokestatic java.nio.channels.FileChannel.open:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/FileChannel;
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
    Exceptions:
      throws java.io.IOException

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 408
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 415
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 416
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jetty.util.resource.PathResource int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.hashCode:()I
      StackMap locals: org.eclipse.jetty.util.resource.PathResource int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 417
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/util/resource/PathResource;
            1    5     1  result  I

  public boolean isContainedIn(org.eclipse.jetty.util.resource.Resource);
    descriptor: (Lorg/eclipse/jetty/util/resource/Resource;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // org.eclipse.jetty.util.resource.Resource r
         0: .line 424
            iconst_0
            ireturn
        end local 1 // org.eclipse.jetty.util.resource.Resource r
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    1     1     r  Lorg/eclipse/jetty/util/resource/Resource;
    Exceptions:
      throws java.net.MalformedURLException
    MethodParameters:
      Name  Flags
      r     

  public boolean isDirectory();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 430
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            getstatic org.eclipse.jetty.util.resource.PathResource.FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
            invokestatic java.nio.file.Files.isDirectory:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ireturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public long lastModified();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 438
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            getstatic org.eclipse.jetty.util.resource.PathResource.FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
            invokestatic java.nio.file.Files.getLastModifiedTime:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileTime;
            astore 1 /* ft */
        start local 1 // java.nio.file.attribute.FileTime ft
         1: .line 439
            aload 1 /* ft */
            invokevirtual java.nio.file.attribute.FileTime.toMillis:()J
         2: lreturn
        end local 1 // java.nio.file.attribute.FileTime ft
         3: .line 441
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         4: .line 443
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
         5: .line 444
            lconst_0
            lreturn
        end local 1 // java.io.IOException e
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
            1    3     1    ft  Ljava/nio/file/attribute/FileTime;
            4    6     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 453
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.size:(Ljava/nio/file/Path;)J
         1: lreturn
         2: .line 455
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         3: .line 458
            lconst_0
            lreturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public boolean isAlias();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 465
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.alias:Ljava/nio/file/Path;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public java.nio.file.Path getAliasPath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 479
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.alias:Ljava/nio/file/Path;
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public java.net.URI getAlias();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 485
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.alias:Ljava/nio/file/Path;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.alias:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
      StackMap locals:
      StackMap stack: java.net.URI
         2: areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/util/resource/PathResource;

  public java.lang.String[] list();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 491
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.newDirectoryStream:(Ljava/nio/file/Path;)Ljava/nio/file/DirectoryStream;
            astore 3 /* dir */
        start local 3 // java.nio.file.DirectoryStream dir
         2: .line 493
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* entries */
        start local 4 // java.util.List entries
         3: .line 494
            aload 3 /* dir */
            invokeinterface java.nio.file.DirectoryStream.iterator:()Ljava/util/Iterator;
            astore 6
            goto 9
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 5 /* entry */
        start local 5 // java.nio.file.Path entry
         5: .line 496
            aload 5 /* entry */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         6: .line 498
            aload 5 /* entry */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.isDirectory:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifeq 8
         7: .line 500
            new java.lang.StringBuilder
            dup
            aload 7 /* name */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* name */
         8: .line 503
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.util.List java.nio.file.Path java.util.Iterator java.lang.String
      StackMap stack:
            aload 4 /* entries */
            aload 7 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.lang.String name
        end local 5 // java.nio.file.Path entry
         9: .line 494
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.util.List top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 505
            aload 4 /* entries */
            invokeinterface java.util.List.size:()I
            istore 5 /* size */
        start local 5 // int size
        11: .line 506
            aload 4 /* entries */
            iload 5 /* size */
            anewarray java.lang.String
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
        12: .line 507
            aload 3 /* dir */
            ifnull 13
            aload 3 /* dir */
            invokeinterface java.nio.file.DirectoryStream.close:()V
        13: .line 506
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.util.List int
      StackMap stack: java.lang.String[]
            areturn
        end local 5 // int size
        end local 4 // java.util.List entries
      StackMap locals: org.eclipse.jetty.util.resource.PathResource java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream
      StackMap stack: java.lang.Throwable
        14: astore 1
        15: .line 507
            aload 3 /* dir */
            ifnull 16
            aload 3 /* dir */
            invokeinterface java.nio.file.DirectoryStream.close:()V
        end local 3 // java.nio.file.DirectoryStream dir
      StackMap locals:
      StackMap stack:
        16: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: astore 2
            aload 1
            ifnonnull 18
            aload 2
            astore 1
            goto 19
      StackMap locals:
      StackMap stack:
        18: aload 1
            aload 2
            if_acmpeq 19
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        19: aload 1
            athrow
        20: .line 508
      StackMap locals: org.eclipse.jetty.util.resource.PathResource
      StackMap stack: java.nio.file.DirectoryIteratorException
            astore 1 /* e */
        start local 1 // java.nio.file.DirectoryIteratorException e
        21: .line 510
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
        end local 1 // java.nio.file.DirectoryIteratorException e
        22: goto 25
        23: .line 512
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
        24: .line 514
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException e
        25: .line 516
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lorg/eclipse/jetty/util/resource/PathResource;
            2   16     3      dir  Ljava/nio/file/DirectoryStream<Ljava/nio/file/Path;>;
            3   14     4  entries  Ljava/util/List<Ljava/lang/String;>;
            5    9     5    entry  Ljava/nio/file/Path;
            6    9     7     name  Ljava/lang/String;
           11   14     5     size  I
           21   22     1        e  Ljava/nio/file/DirectoryIteratorException;
           24   25     1        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2    12      14  any
           1    13      17  any
          14    17      17  any
           0    13      20  Class java.nio.file.DirectoryIteratorException
          14    20      20  Class java.nio.file.DirectoryIteratorException
           0    13      23  Class java.io.IOException
          14    20      23  Class java.io.IOException

  public boolean renameTo(org.eclipse.jetty.util.resource.Resource);
    descriptor: (Lorg/eclipse/jetty/util/resource/Resource;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // org.eclipse.jetty.util.resource.Resource dest
         0: .line 522
            aload 1 /* dest */
            instanceof org.eclipse.jetty.util.resource.PathResource
            ifeq 8
         1: .line 524
            aload 1 /* dest */
            checkcast org.eclipse.jetty.util.resource.PathResource
            astore 2 /* destRes */
        start local 2 // org.eclipse.jetty.util.resource.PathResource destRes
         2: .line 527
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            aload 2 /* destRes */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.CopyOption
            invokestatic java.nio.file.Files.move:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;
            astore 3 /* result */
        start local 3 // java.nio.file.Path result
         3: .line 528
            aload 3 /* result */
            getstatic org.eclipse.jetty.util.resource.PathResource.NO_FOLLOW_LINKS:[Ljava/nio/file/LinkOption;
            invokestatic java.nio.file.Files.exists:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
         4: ireturn
        end local 3 // java.nio.file.Path result
         5: .line 530
      StackMap locals: org.eclipse.jetty.util.resource.PathResource org.eclipse.jetty.util.resource.Resource org.eclipse.jetty.util.resource.PathResource
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         6: .line 532
            getstatic org.eclipse.jetty.util.resource.PathResource.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 3 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
         7: .line 533
            iconst_0
            ireturn
        end local 3 // java.io.IOException e
        end local 2 // org.eclipse.jetty.util.resource.PathResource destRes
         8: .line 538
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jetty.util.resource.Resource dest
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    9     1     dest  Lorg/eclipse/jetty/util/resource/Resource;
            2    8     2  destRes  Lorg/eclipse/jetty/util/resource/PathResource;
            3    5     3   result  Ljava/nio/file/Path;
            6    8     3        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     4       5  Class java.io.IOException
    Exceptions:
      throws java.lang.SecurityException
    MethodParameters:
      Name  Flags
      dest  

  public void copyTo(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
        start local 1 // java.io.File destination
         0: .line 545
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.resource.PathResource.isDirectory:()Z
            ifeq 3
         1: .line 547
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            aload 1 /* destination */
            invokestatic org.eclipse.jetty.util.IO.copyDir:(Ljava/io/File;Ljava/io/File;)V
         2: .line 548
            goto 4
         3: .line 551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.path:Ljava/nio/file/Path;
            aload 1 /* destination */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.CopyOption
            invokestatic java.nio.file.Files.copy:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;
            pop
         4: .line 553
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.File destination
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/jetty/util/resource/PathResource;
            0    5     1  destination  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      destination  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.resource.PathResource this
         0: .line 558
            aload 0 /* this */
            getfield org.eclipse.jetty.util.resource.PathResource.uri:Ljava/net/URI;
            invokevirtual java.net.URI.toASCIIString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.util.resource.PathResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/resource/PathResource;
}
SourceFile: "PathResource.java"