java.lang.Object
org.eclipse.jgit.internal.storage.file.MidxWriter
Helper to write multipack indexes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteMidx(ProgressMonitor pm, Repository repo, Collection<Pack> packs, File midxOut, PackConfig packConfig) Write a mdix over the packs
-
Constructor Details
-
MidxWriter
public MidxWriter()
-
-
Method Details
-
writeMidx
public static void writeMidx(ProgressMonitor pm, Repository repo, Collection<Pack> packs, File midxOut, PackConfig packConfig) throws IOException Write a mdix over the packs- Parameters:
pm- a progress monitorrepo- the repositorypacks- packs to cover with the midxmidxOut- file to write the resulting midxpackConfig- config for the bitmap writing. Null to skip writing bitmaps.- Throws:
IOException- an error reading any of the input packs or indexes
-