Uses of Class
org.eclipse.jgit.internal.storage.dfs.MidxPackList.Builder
Packages that use MidxPackList.Builder
Package
Description
Distributed file system based repository storage.
-
Uses of MidxPackList.Builder in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return MidxPackList.BuilderModifier and TypeMethodDescriptionMidxPackList.Builder.add(DfsPackFile toAdd) Add pack to the packlistMidxPackList.Builder.delete(DfsPackFile toDelete) Delete the pack from the pack list Including any midx covering it directly or indirectlyMidxPackList.edit()Get a builder to add/remove packs from the list