public class org.eclipse.jgit.api.RemoteSetUrlCommand extends org.eclipse.jgit.api.GitCommand<org.eclipse.jgit.transport.RemoteConfig>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.api.RemoteSetUrlCommand
  super_class: org.eclipse.jgit.api.GitCommand
{
  private java.lang.String remoteName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jgit.transport.URIish remoteUri;
    descriptor: Lorg/eclipse/jgit/transport/URIish;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jgit.api.RemoteSetUrlCommand$UriType type;
    descriptor: Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(org.eclipse.jgit.lib.Repository);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
        start local 1 // org.eclipse.jgit.lib.Repository repo
         0: .line 68
            aload 0 /* this */
            aload 1 /* repo */
            invokespecial org.eclipse.jgit.api.GitCommand.<init>:(Lorg/eclipse/jgit/lib/Repository;)V
         1: .line 69
            return
        end local 1 // org.eclipse.jgit.lib.Repository repo
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            0    2     1  repo  Lorg/eclipse/jgit/lib/Repository;
    MethodParameters:
      Name  Flags
      repo  

  public void setName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
        start local 1 // java.lang.String name
         0: .line 80
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jgit.api.RemoteSetUrlCommand.remoteName:Ljava/lang/String;
         1: .line 81
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            0    2     1  name  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      name  

  public org.eclipse.jgit.api.RemoteSetUrlCommand setRemoteName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
        start local 1 // java.lang.String remoteName
         0: .line 92
            aload 0 /* this */
            aload 1 /* remoteName */
            putfield org.eclipse.jgit.api.RemoteSetUrlCommand.remoteName:Ljava/lang/String;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String remoteName
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            0    2     1  remoteName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      remoteName  

  public void setUri(org.eclipse.jgit.transport.URIish);
    descriptor: (Lorg/eclipse/jgit/transport/URIish;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
        start local 1 // org.eclipse.jgit.transport.URIish uri
         0: .line 105
            aload 0 /* this */
            aload 1 /* uri */
            putfield org.eclipse.jgit.api.RemoteSetUrlCommand.remoteUri:Lorg/eclipse/jgit/transport/URIish;
         1: .line 106
            return
        end local 1 // org.eclipse.jgit.transport.URIish uri
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            0    2     1   uri  Lorg/eclipse/jgit/transport/URIish;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      uri   

  public org.eclipse.jgit.api.RemoteSetUrlCommand setRemoteUri(org.eclipse.jgit.transport.URIish);
    descriptor: (Lorg/eclipse/jgit/transport/URIish;)Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
        start local 1 // org.eclipse.jgit.transport.URIish remoteUri
         0: .line 117
            aload 0 /* this */
            aload 1 /* remoteUri */
            putfield org.eclipse.jgit.api.RemoteSetUrlCommand.remoteUri:Lorg/eclipse/jgit/transport/URIish;
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jgit.transport.URIish remoteUri
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            0    2     1  remoteUri  Lorg/eclipse/jgit/transport/URIish;
    MethodParameters:
           Name  Flags
      remoteUri  

  public void setPush(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
        start local 1 // boolean push
         0: .line 131
            iload 1 /* push */
            ifeq 3
         1: .line 132
            aload 0 /* this */
            getstatic org.eclipse.jgit.api.RemoteSetUrlCommand$UriType.PUSH:Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;
            invokevirtual org.eclipse.jgit.api.RemoteSetUrlCommand.setUriType:(Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;)Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            pop
         2: .line 133
            goto 4
         3: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jgit.api.RemoteSetUrlCommand$UriType.FETCH:Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;
            invokevirtual org.eclipse.jgit.api.RemoteSetUrlCommand.setUriType:(Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;)Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            pop
         4: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean push
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            0    5     1  push  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      push  

  public org.eclipse.jgit.api.RemoteSetUrlCommand setUriType(org.eclipse.jgit.api.RemoteSetUrlCommand$UriType);
    descriptor: (Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;)Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
        start local 1 // org.eclipse.jgit.api.RemoteSetUrlCommand$UriType type
         0: .line 147
            aload 0 /* this */
            aload 1 /* type */
            putfield org.eclipse.jgit.api.RemoteSetUrlCommand.type:Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jgit.api.RemoteSetUrlCommand$UriType type
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            0    2     1  type  Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jgit.transport.RemoteConfig call();
    descriptor: ()Lorg/eclipse/jgit/transport/RemoteConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
         0: .line 159
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.api.RemoteSetUrlCommand.checkCallable:()V
         1: .line 162
            aload 0 /* this */
            getfield org.eclipse.jgit.api.RemoteSetUrlCommand.repo:Lorg/eclipse/jgit/lib/Repository;
            invokevirtual org.eclipse.jgit.lib.Repository.getConfig:()Lorg/eclipse/jgit/lib/StoredConfig;
            astore 1 /* config */
        start local 1 // org.eclipse.jgit.lib.StoredConfig config
         2: .line 163
            new org.eclipse.jgit.transport.RemoteConfig
            dup
            aload 1 /* config */
            aload 0 /* this */
            getfield org.eclipse.jgit.api.RemoteSetUrlCommand.remoteName:Ljava/lang/String;
            invokespecial org.eclipse.jgit.transport.RemoteConfig.<init>:(Lorg/eclipse/jgit/lib/Config;Ljava/lang/String;)V
            astore 2 /* remote */
        start local 2 // org.eclipse.jgit.transport.RemoteConfig remote
         3: .line 164
            aload 0 /* this */
            getfield org.eclipse.jgit.api.RemoteSetUrlCommand.type:Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;
            getstatic org.eclipse.jgit.api.RemoteSetUrlCommand$UriType.PUSH:Lorg/eclipse/jgit/api/RemoteSetUrlCommand$UriType;
            if_acmpne 13
         4: .line 165
            aload 2 /* remote */
            invokevirtual org.eclipse.jgit.transport.RemoteConfig.getPushURIs:()Ljava/util/List;
            astore 3 /* uris */
        start local 3 // java.util.List uris
         5: .line 166
            aload 3 /* uris */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmple 9
         6: .line 167
            new org.eclipse.jgit.api.errors.JGitInternalException
            dup
         7: .line 168
            ldc "remote.newtest.pushurl has multiple values"
         8: .line 167
            invokespecial org.eclipse.jgit.api.errors.JGitInternalException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 169
      StackMap locals: org.eclipse.jgit.lib.StoredConfig org.eclipse.jgit.transport.RemoteConfig java.util.List
      StackMap stack:
            aload 3 /* uris */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 11
        10: .line 170
            aload 2 /* remote */
            aload 3 /* uris */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jgit.transport.URIish
            invokevirtual org.eclipse.jgit.transport.RemoteConfig.removePushURI:(Lorg/eclipse/jgit/transport/URIish;)Z
            pop
        11: .line 172
      StackMap locals:
      StackMap stack:
            aload 2 /* remote */
            aload 0 /* this */
            getfield org.eclipse.jgit.api.RemoteSetUrlCommand.remoteUri:Lorg/eclipse/jgit/transport/URIish;
            invokevirtual org.eclipse.jgit.transport.RemoteConfig.addPushURI:(Lorg/eclipse/jgit/transport/URIish;)Z
            pop
        end local 3 // java.util.List uris
        12: .line 173
            goto 21
        13: .line 174
      StackMap locals:
      StackMap stack:
            aload 2 /* remote */
            invokevirtual org.eclipse.jgit.transport.RemoteConfig.getURIs:()Ljava/util/List;
            astore 3 /* uris */
        start local 3 // java.util.List uris
        14: .line 175
            aload 3 /* uris */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmple 18
        15: .line 176
            new org.eclipse.jgit.api.errors.JGitInternalException
            dup
        16: .line 177
            ldc "remote.newtest.url has multiple values"
        17: .line 176
            invokespecial org.eclipse.jgit.api.errors.JGitInternalException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 178
      StackMap locals: java.util.List
      StackMap stack:
            aload 3 /* uris */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 20
        19: .line 179
            aload 2 /* remote */
            aload 3 /* uris */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jgit.transport.URIish
            invokevirtual org.eclipse.jgit.transport.RemoteConfig.removeURI:(Lorg/eclipse/jgit/transport/URIish;)Z
            pop
        20: .line 181
      StackMap locals:
      StackMap stack:
            aload 2 /* remote */
            aload 0 /* this */
            getfield org.eclipse.jgit.api.RemoteSetUrlCommand.remoteUri:Lorg/eclipse/jgit/transport/URIish;
            invokevirtual org.eclipse.jgit.transport.RemoteConfig.addURI:(Lorg/eclipse/jgit/transport/URIish;)Z
            pop
        end local 3 // java.util.List uris
        21: .line 184
      StackMap locals:
      StackMap stack:
            aload 2 /* remote */
            aload 1 /* config */
            invokevirtual org.eclipse.jgit.transport.RemoteConfig.update:(Lorg/eclipse/jgit/lib/Config;)V
        22: .line 185
            aload 1 /* config */
            invokevirtual org.eclipse.jgit.lib.StoredConfig.save:()V
        23: .line 186
            aload 2 /* remote */
        24: areturn
        end local 2 // org.eclipse.jgit.transport.RemoteConfig remote
        end local 1 // org.eclipse.jgit.lib.StoredConfig config
        25: .line 187
      StackMap locals: org.eclipse.jgit.api.RemoteSetUrlCommand
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        26: .line 188
            new org.eclipse.jgit.api.errors.JGitInternalException
            dup
            aload 1 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial org.eclipse.jgit.api.errors.JGitInternalException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // org.eclipse.jgit.api.RemoteSetUrlCommand this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lorg/eclipse/jgit/api/RemoteSetUrlCommand;
            2   25     1  config  Lorg/eclipse/jgit/lib/StoredConfig;
            3   25     2  remote  Lorg/eclipse/jgit/transport/RemoteConfig;
            5   12     3    uris  Ljava/util/List<Lorg/eclipse/jgit/transport/URIish;>;
           14   21     3    uris  Ljava/util/List<Lorg/eclipse/jgit/transport/URIish;>;
           26   27     1       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1    24      25  Class java.io.IOException
           1    24      25  Class java.net.URISyntaxException
    Exceptions:
      throws org.eclipse.jgit.api.errors.GitAPIException

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jgit.api.RemoteSetUrlCommand.call:()Lorg/eclipse/jgit/transport/RemoteConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.eclipse.jgit.api.errors.GitAPIException
}
Signature: Lorg/eclipse/jgit/api/GitCommand<Lorg/eclipse/jgit/transport/RemoteConfig;>;
SourceFile: "RemoteSetUrlCommand.java"
NestMembers:
  org.eclipse.jgit.api.RemoteSetUrlCommand$UriType
InnerClasses:
  public final UriType = org.eclipse.jgit.api.RemoteSetUrlCommand$UriType of org.eclipse.jgit.api.RemoteSetUrlCommand