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 ObjectCountCallbackPackWriter. callbackMethods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectCountCallback Modifier and Type Method Description PackWriterPackWriter. 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 ObjectCountCallbackBundleWriter. callbackMethods in org.eclipse.jgit.transport with parameters of type ObjectCountCallback Modifier and Type Method Description BundleWriterBundleWriter. setObjectCountCallback(ObjectCountCallback callback)Set theObjectCountCallback.
-