Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.BitmapLookupListener
Packages that use BitmapIndex.BitmapLookupListener
Package
Description
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of BitmapIndex.BitmapLookupListener in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndex.BitmapLookupListenerModifier and TypeMethodDescriptionvoid
BitmapIndexImpl.addBitmapLookupListener
(BitmapIndex.BitmapLookupListener l) -
Uses of BitmapIndex.BitmapLookupListener in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as BitmapIndex.BitmapLookupListenerModifier and TypeFieldDescriptionstatic final BitmapIndex.BitmapLookupListener
BitmapIndex.BitmapLookupListener.NOOP
No-op instanceMethods in org.eclipse.jgit.lib with parameters of type BitmapIndex.BitmapLookupListenerModifier and TypeMethodDescriptiondefault void
BitmapIndex.addBitmapLookupListener
(BitmapIndex.BitmapLookupListener listener) Report to this listener whetherBitmapIndex.getBitmap(AnyObjectId)
finds a commit.