Uses of Interface
org.eclipse.jgit.internal.storage.pack.PackWriter.ObjectIdSet
-
Packages that use PackWriter.ObjectIdSet Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of PackWriter.ObjectIdSet in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackWriter.ObjectIdSet Modifier and Type Method Description DfsPackCompactor
DfsPackCompactor. exclude(PackWriter.ObjectIdSet set)
Exclude objects from the compacted pack. -
Uses of PackWriter.ObjectIdSet in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter.ObjectIdSet Modifier and Type Method Description void
PackWriter. excludeObjects(PackWriter.ObjectIdSet idx)
Add a pack index whose contents should be excluded from the result.
-