public final class org.eclipse.aether.repository.LocalMetadataRegistration
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.repository.LocalMetadataRegistration
  super_class: java.lang.Object
{
  private org.eclipse.aether.metadata.Metadata metadata;
    descriptor: Lorg/eclipse/aether/metadata/Metadata;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.aether.repository.RemoteRepository repository;
    descriptor: Lorg/eclipse/aether/repository/RemoteRepository;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Collection<java.lang.String> contexts;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Ljava/lang/String;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.repository.LocalMetadataRegistration.contexts:Ljava/util/Collection;
         2: .line 47
            return
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;

  public void <init>(org.eclipse.aether.metadata.Metadata);
    descriptor: (Lorg/eclipse/aether/metadata/Metadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
        start local 1 // org.eclipse.aether.metadata.Metadata metadata
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.repository.LocalMetadataRegistration.contexts:Ljava/util/Collection;
         2: .line 56
            aload 0 /* this */
            aload 1 /* metadata */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRegistration.setMetadata:(Lorg/eclipse/aether/metadata/Metadata;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            pop
         3: .line 57
            return
        end local 1 // org.eclipse.aether.metadata.Metadata metadata
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            0    4     1  metadata  Lorg/eclipse/aether/metadata/Metadata;
    MethodParameters:
          Name  Flags
      metadata  

  public void <init>(org.eclipse.aether.metadata.Metadata, org.eclipse.aether.repository.RemoteRepository, java.util.Collection<java.lang.String>);
    descriptor: (Lorg/eclipse/aether/metadata/Metadata;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
        start local 1 // org.eclipse.aether.metadata.Metadata metadata
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
        start local 3 // java.util.Collection contexts
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.repository.LocalMetadataRegistration.contexts:Ljava/util/Collection;
         2: .line 69
            aload 0 /* this */
            aload 1 /* metadata */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRegistration.setMetadata:(Lorg/eclipse/aether/metadata/Metadata;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            pop
         3: .line 70
            aload 0 /* this */
            aload 2 /* repository */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRegistration.setRepository:(Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            pop
         4: .line 71
            aload 0 /* this */
            aload 3 /* contexts */
            invokevirtual org.eclipse.aether.repository.LocalMetadataRegistration.setContexts:(Ljava/util/Collection;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            pop
         5: .line 72
            return
        end local 3 // java.util.Collection contexts
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // org.eclipse.aether.metadata.Metadata metadata
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            0    6     1    metadata  Lorg/eclipse/aether/metadata/Metadata;
            0    6     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
            0    6     3    contexts  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Lorg/eclipse/aether/metadata/Metadata;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      metadata    
      repository  
      contexts    

  public org.eclipse.aether.metadata.Metadata getMetadata();
    descriptor: ()Lorg/eclipse/aether/metadata/Metadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
         0: .line 81
            aload 0 /* this */
            getfield org.eclipse.aether.repository.LocalMetadataRegistration.metadata:Lorg/eclipse/aether/metadata/Metadata;
            areturn
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;

  public org.eclipse.aether.repository.LocalMetadataRegistration setMetadata(org.eclipse.aether.metadata.Metadata);
    descriptor: (Lorg/eclipse/aether/metadata/Metadata;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
        start local 1 // org.eclipse.aether.metadata.Metadata metadata
         0: .line 92
            aload 0 /* this */
            aload 1 /* metadata */
            putfield org.eclipse.aether.repository.LocalMetadataRegistration.metadata:Lorg/eclipse/aether/metadata/Metadata;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.metadata.Metadata metadata
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            0    2     1  metadata  Lorg/eclipse/aether/metadata/Metadata;
    MethodParameters:
          Name  Flags
      metadata  

  public org.eclipse.aether.repository.RemoteRepository getRepository();
    descriptor: ()Lorg/eclipse/aether/repository/RemoteRepository;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
         0: .line 103
            aload 0 /* this */
            getfield org.eclipse.aether.repository.LocalMetadataRegistration.repository:Lorg/eclipse/aether/repository/RemoteRepository;
            areturn
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;

  public org.eclipse.aether.repository.LocalMetadataRegistration setRepository(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 114
            aload 0 /* this */
            aload 1 /* repository */
            putfield org.eclipse.aether.repository.LocalMetadataRegistration.repository:Lorg/eclipse/aether/repository/RemoteRepository;
         1: .line 115
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            0    2     1  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    MethodParameters:
            Name  Flags
      repository  

  public java.util.Collection<java.lang.String> getContexts();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
         0: .line 125
            aload 0 /* this */
            getfield org.eclipse.aether.repository.LocalMetadataRegistration.contexts:Ljava/util/Collection;
            areturn
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  public org.eclipse.aether.repository.LocalMetadataRegistration setContexts(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
        start local 1 // java.util.Collection contexts
         0: .line 136
            aload 1 /* contexts */
            ifnull 3
         1: .line 138
            aload 0 /* this */
            aload 1 /* contexts */
            putfield org.eclipse.aether.repository.LocalMetadataRegistration.contexts:Ljava/util/Collection;
         2: .line 139
            goto 4
         3: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.repository.LocalMetadataRegistration.contexts:Ljava/util/Collection;
         4: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.Collection contexts
        end local 0 // org.eclipse.aether.repository.LocalMetadataRegistration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/aether/repository/LocalMetadataRegistration;
            0    5     1  contexts  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)Lorg/eclipse/aether/repository/LocalMetadataRegistration;
    MethodParameters:
          Name  Flags
      contexts  
}
SourceFile: "LocalMetadataRegistration.java"