Uses of Interface
org.eclipse.jgit.lib.ObjectIdSet
-
Packages that use ObjectIdSet Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of ObjectIdSet in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ObjectIdSet Modifier and Type Method Description DfsPackCompactorDfsPackCompactor. exclude(ObjectIdSet set)Exclude objects from the compacted pack. -
Uses of ObjectIdSet in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement ObjectIdSet Modifier and Type Class Description classLazyObjectIdSetFileLazily loads a set of ObjectIds, one per line.classPackIndex -
Uses of ObjectIdSet in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectIdSet Modifier and Type Method Description voidPackWriter. excludeObjects(ObjectIdSet idx)Add a pack index whose contents should be excluded from the result. -
Uses of ObjectIdSet in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement ObjectIdSet Modifier and Type Class Description classObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>Fast, efficient map forObjectIdsubclasses in only one map.classObjectIdSubclassMap<V extends ObjectId>Fast, efficient map specifically forObjectIdsubclasses.Methods in org.eclipse.jgit.lib with parameters of type ObjectIdSet Modifier and Type Method Description ObjectCheckerObjectChecker. setSkipList(ObjectIdSet objects)Enable accepting specific malformed (but not horribly broken) objects.
-