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 TypeMethodDescriptionvoidBitmapIndexImpl.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.BitmapLookupListenerBitmapIndex.BitmapLookupListener.NOOPNo-op instanceMethods in org.eclipse.jgit.lib with parameters of type BitmapIndex.BitmapLookupListenerModifier and TypeMethodDescriptiondefault voidBitmapIndex.addBitmapLookupListener(BitmapIndex.BitmapLookupListener listener) Report to this listener whetherBitmapIndex.getBitmap(AnyObjectId)finds a commit.