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
Methods 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
Methods in org.eclipse.jgit.transport with parameters of type ObjectCountCallbackModifier and TypeMethodDescriptionBundleWriter.setObjectCountCallback
(ObjectCountCallback callback) Set theObjectCountCallback
.