Uses of Class
org.eclipse.jgit.transport.WalkFetchConnection.RemotePack
-
Packages that use WalkFetchConnection.RemotePack Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of WalkFetchConnection.RemotePack in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type WalkFetchConnection.RemotePack Modifier and Type Field Description private java.util.LinkedList<WalkFetchConnection.RemotePack>
WalkFetchConnection. unfetchedPacks
Packs we have discovered, but have not yet fetched locally.
-