public final class org.eclipse.aether.repository.LocalArtifactRegistration
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.repository.LocalArtifactRegistration
  super_class: java.lang.Object
{
  private org.eclipse.aether.artifact.Artifact artifact;
    descriptor: Lorg/eclipse/aether/artifact/Artifact;
    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.LocalArtifactRegistration this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.repository.LocalArtifactRegistration.contexts:Ljava/util/Collection;
         2: .line 48
            return
        end local 0 // org.eclipse.aether.repository.LocalArtifactRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/repository/LocalArtifactRegistration;

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

  public void <init>(org.eclipse.aether.artifact.Artifact, org.eclipse.aether.repository.RemoteRepository, java.util.Collection<java.lang.String>);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;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.LocalArtifactRegistration this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
        start local 3 // java.util.Collection contexts
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.aether.repository.LocalArtifactRegistration.contexts:Ljava/util/Collection;
         2: .line 70
            aload 0 /* this */
            aload 1 /* artifact */
            invokevirtual org.eclipse.aether.repository.LocalArtifactRegistration.setArtifact:(Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/repository/LocalArtifactRegistration;
            pop
         3: .line 71
            aload 0 /* this */
            aload 2 /* repository */
            invokevirtual org.eclipse.aether.repository.LocalArtifactRegistration.setRepository:(Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/LocalArtifactRegistration;
            pop
         4: .line 72
            aload 0 /* this */
            aload 3 /* contexts */
            invokevirtual org.eclipse.aether.repository.LocalArtifactRegistration.setContexts:(Ljava/util/Collection;)Lorg/eclipse/aether/repository/LocalArtifactRegistration;
            pop
         5: .line 73
            return
        end local 3 // java.util.Collection contexts
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.repository.LocalArtifactRegistration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/aether/repository/LocalArtifactRegistration;
            0    6     1    artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    6     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
            0    6     3    contexts  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      artifact    
      repository  
      contexts    

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

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

  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.LocalArtifactRegistration this
         0: .line 104
            aload 0 /* this */
            getfield org.eclipse.aether.repository.LocalArtifactRegistration.repository:Lorg/eclipse/aether/repository/RemoteRepository;
            areturn
        end local 0 // org.eclipse.aether.repository.LocalArtifactRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalArtifactRegistration;

  public org.eclipse.aether.repository.LocalArtifactRegistration setRepository(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/LocalArtifactRegistration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.LocalArtifactRegistration this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 115
            aload 0 /* this */
            aload 1 /* repository */
            putfield org.eclipse.aether.repository.LocalArtifactRegistration.repository:Lorg/eclipse/aether/repository/RemoteRepository;
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.repository.LocalArtifactRegistration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/repository/LocalArtifactRegistration;
            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.LocalArtifactRegistration this
         0: .line 126
            aload 0 /* this */
            getfield org.eclipse.aether.repository.LocalArtifactRegistration.contexts:Ljava/util/Collection;
            areturn
        end local 0 // org.eclipse.aether.repository.LocalArtifactRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/LocalArtifactRegistration;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

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