public interface org.eclipse.jgit.transport.FetchConnection extends org.eclipse.jgit.transport.Connection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jgit.transport.FetchConnection
  super_class: java.lang.Object
{
  public abstract void fetch(org.eclipse.jgit.lib.ProgressMonitor, java.util.Collection<org.eclipse.jgit.lib.Ref>, java.util.Set<org.eclipse.jgit.lib.ObjectId>);
    descriptor: (Lorg/eclipse/jgit/lib/ProgressMonitor;Ljava/util/Collection;Ljava/util/Set;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jgit.errors.TransportException
    Signature: (Lorg/eclipse/jgit/lib/ProgressMonitor;Ljava/util/Collection<Lorg/eclipse/jgit/lib/Ref;>;Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;)V
    MethodParameters:
         Name  Flags
      monitor  final
      want     final
      have     final

  public abstract void fetch(org.eclipse.jgit.lib.ProgressMonitor, java.util.Collection<org.eclipse.jgit.lib.Ref>, java.util.Set<org.eclipse.jgit.lib.ObjectId>, java.io.OutputStream);
    descriptor: (Lorg/eclipse/jgit/lib/ProgressMonitor;Ljava/util/Collection;Ljava/util/Set;Ljava/io/OutputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jgit.errors.TransportException
    Signature: (Lorg/eclipse/jgit/lib/ProgressMonitor;Ljava/util/Collection<Lorg/eclipse/jgit/lib/Ref;>;Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;Ljava/io/OutputStream;)V
    MethodParameters:
         Name  Flags
      monitor  final
      want     final
      have     final
      out      

  public abstract boolean didFetchIncludeTags();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean didFetchTestConnectivity();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setPackLockMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      message  

  public abstract java.util.Collection<org.eclipse.jgit.internal.storage.file.PackLock> getPackLocks();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lorg/eclipse/jgit/internal/storage/file/PackLock;>;
}
SourceFile: "FetchConnection.java"