public final class org.eclipse.aether.RepositoryEvent$EventType extends java.lang.Enum<org.eclipse.aether.RepositoryEvent$EventType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.eclipse.aether.RepositoryEvent$EventType
  super_class: java.lang.Enum
{
  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_DESCRIPTOR_INVALID;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_DESCRIPTOR_MISSING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_INVALID;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_RESOLVING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_RESOLVED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_RESOLVING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_RESOLVED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_DOWNLOADING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_DOWNLOADED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_DOWNLOADING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_DOWNLOADED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_INSTALLING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_INSTALLED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_INSTALLING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_INSTALLED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_DEPLOYING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType ARTIFACT_DEPLOYED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_DEPLOYING;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.aether.RepositoryEvent$EventType METADATA_DEPLOYED;
    descriptor: Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final org.eclipse.aether.RepositoryEvent$EventType[] ENUM$VALUES;
    descriptor: [Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 48
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_DESCRIPTOR_INVALID"
            iconst_0
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
         1: .line 51
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DESCRIPTOR_INVALID:Lorg/eclipse/aether/RepositoryEvent$EventType;
         2: .line 53
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_DESCRIPTOR_MISSING"
            iconst_1
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
         3: .line 56
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DESCRIPTOR_MISSING:Lorg/eclipse/aether/RepositoryEvent$EventType;
         4: .line 58
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_INVALID"
            iconst_2
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
         5: .line 61
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_INVALID:Lorg/eclipse/aether/RepositoryEvent$EventType;
         6: .line 63
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_RESOLVING"
            iconst_3
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
         7: .line 66
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_RESOLVING:Lorg/eclipse/aether/RepositoryEvent$EventType;
         8: .line 68
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_RESOLVED"
            iconst_4
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
         9: .line 71
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_RESOLVED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        10: .line 73
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_RESOLVING"
            iconst_5
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        11: .line 76
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_RESOLVING:Lorg/eclipse/aether/RepositoryEvent$EventType;
        12: .line 78
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_RESOLVED"
            bipush 6
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        13: .line 81
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_RESOLVED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        14: .line 83
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_DOWNLOADING"
            bipush 7
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        15: .line 86
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DOWNLOADING:Lorg/eclipse/aether/RepositoryEvent$EventType;
        16: .line 88
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_DOWNLOADED"
            bipush 8
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        17: .line 91
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DOWNLOADED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        18: .line 93
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_DOWNLOADING"
            bipush 9
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        19: .line 96
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DOWNLOADING:Lorg/eclipse/aether/RepositoryEvent$EventType;
        20: .line 98
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_DOWNLOADED"
            bipush 10
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        21: .line 101
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DOWNLOADED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        22: .line 103
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_INSTALLING"
            bipush 11
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        23: .line 106
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_INSTALLING:Lorg/eclipse/aether/RepositoryEvent$EventType;
        24: .line 108
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_INSTALLED"
            bipush 12
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        25: .line 111
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_INSTALLED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        26: .line 113
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_INSTALLING"
            bipush 13
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        27: .line 116
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_INSTALLING:Lorg/eclipse/aether/RepositoryEvent$EventType;
        28: .line 118
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_INSTALLED"
            bipush 14
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        29: .line 121
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_INSTALLED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        30: .line 123
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_DEPLOYING"
            bipush 15
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        31: .line 126
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DEPLOYING:Lorg/eclipse/aether/RepositoryEvent$EventType;
        32: .line 128
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "ARTIFACT_DEPLOYED"
            bipush 16
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        33: .line 131
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DEPLOYED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        34: .line 133
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_DEPLOYING"
            bipush 17
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        35: .line 136
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DEPLOYING:Lorg/eclipse/aether/RepositoryEvent$EventType;
        36: .line 138
            new org.eclipse.aether.RepositoryEvent$EventType
            dup
            ldc "METADATA_DEPLOYED"
            bipush 18
            invokespecial org.eclipse.aether.RepositoryEvent$EventType.<init>:(Ljava/lang/String;I)V
        37: .line 141
            putstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DEPLOYED:Lorg/eclipse/aether/RepositoryEvent$EventType;
        38: .line 45
            bipush 19
            anewarray org.eclipse.aether.RepositoryEvent$EventType
            dup
            iconst_0
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DESCRIPTOR_INVALID:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            iconst_1
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DESCRIPTOR_MISSING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            iconst_2
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_INVALID:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            iconst_3
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_RESOLVING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            iconst_4
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_RESOLVED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            iconst_5
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_RESOLVING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 6
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_RESOLVED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 7
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DOWNLOADING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 8
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DOWNLOADED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 9
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DOWNLOADING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 10
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DOWNLOADED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 11
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_INSTALLING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 12
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_INSTALLED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 13
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_INSTALLING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 14
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_INSTALLED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 15
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DEPLOYING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 16
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ARTIFACT_DEPLOYED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 17
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DEPLOYING:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            dup
            bipush 18
            getstatic org.eclipse.aether.RepositoryEvent$EventType.METADATA_DEPLOYED:Lorg/eclipse/aether/RepositoryEvent$EventType;
            aastore
            putstatic org.eclipse.aether.RepositoryEvent$EventType.ENUM$VALUES:[Lorg/eclipse/aether/RepositoryEvent$EventType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.aether.RepositoryEvent$EventType this
         0: .line 45
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.eclipse.aether.RepositoryEvent$EventType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/RepositoryEvent$EventType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static org.eclipse.aether.RepositoryEvent$EventType[] values();
    descriptor: ()[Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.eclipse.aether.RepositoryEvent$EventType.ENUM$VALUES:[Lorg/eclipse/aether/RepositoryEvent$EventType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.eclipse.aether.RepositoryEvent$EventType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.aether.RepositoryEvent$EventType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/RepositoryEvent$EventType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/eclipse/aether/RepositoryEvent$EventType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.eclipse.aether.RepositoryEvent$EventType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/eclipse/aether/RepositoryEvent$EventType;>;
SourceFile: "RepositoryEvent.java"
NestHost: org.eclipse.aether.RepositoryEvent
InnerClasses:
  public final EventType = org.eclipse.aether.RepositoryEvent$EventType of org.eclipse.aether.RepositoryEvent