Uses of Interface
org.eclipse.jgit.transport.ObjectCountCallback
-
Packages that use ObjectCountCallback Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.transport 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 ObjectCountCallback Modifier and Type Field Description private ObjectCountCallback
PackWriter. callback
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectCountCallback Modifier and Type Method Description PackWriter
PackWriter. setObjectCountCallback(ObjectCountCallback callback)
Set theObjectCountCallback
. -
Uses of ObjectCountCallback in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ObjectCountCallback Modifier and Type Field Description private ObjectCountCallback
BundleWriter. callback
Methods in org.eclipse.jgit.transport with parameters of type ObjectCountCallback Modifier and Type Method Description BundleWriter
BundleWriter. setObjectCountCallback(ObjectCountCallback callback)
Set theObjectCountCallback
.
-