public class io.dropwizard.testing.ResourceHelpers
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.testing.ResourceHelpers
  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 // io.dropwizard.testing.ResourceHelpers this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.dropwizard.testing.ResourceHelpers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/testing/ResourceHelpers;

  public static java.lang.String resourceFilePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String resourceClassPathLocation
         0: .line 21
            new java.io.File
            dup
            aload 0 /* resourceClassPathLocation */
            invokestatic com.google.common.io.Resources.getResource:(Ljava/lang/String;)Ljava/net/URL;
            invokevirtual java.net.URL.toURI:()Ljava/net/URI;
            invokespecial java.io.File.<init>:(Ljava/net/URI;)V
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
         1: areturn
         2: .line 22
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         3: .line 23
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // java.lang.String resourceClassPathLocation
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    4     0  resourceClassPathLocation  Ljava/lang/String;
            3    4     1                          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
                           Name  Flags
      resourceClassPathLocation  final
}
SourceFile: "ResourceHelpers.java"