Uses of Interface
org.eclipse.jgit.transport.ObjectCountCallback
Packages that use ObjectCountCallback
Package
Description
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of ObjectCountCallback in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectCountCallbackMethods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectCountCallbackModifier and TypeMethodDescriptionPackWriter.setObjectCountCallback
(ObjectCountCallback callback) Set theObjectCountCallback
. -
Uses of ObjectCountCallback in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ObjectCountCallbackMethods in org.eclipse.jgit.transport with parameters of type ObjectCountCallbackModifier and TypeMethodDescriptionBundleWriter.setObjectCountCallback
(ObjectCountCallback callback) Set theObjectCountCallback
.