Uses of Interface
org.eclipse.jgit.internal.storage.pack.PackIndexWriter
Packages that use PackIndexWriter
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
-
Uses of PackIndexWriter in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackIndexWriterModifier and TypeMethodDescriptionDfsObjDatabase.getPackIndexWriter(DfsPackDescription pack, int indexVersion) Returns a writer to store the pack index in this object database. -
Uses of PackIndexWriter in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement PackIndexWriterModifier and TypeClassDescriptionclassCreates a table of contents to support random access byPack.Methods in org.eclipse.jgit.internal.storage.file that return PackIndexWriterModifier and TypeMethodDescriptionstatic PackIndexWriterBasePackIndexWriter.createOldestPossible(OutputStream dst, List<? extends PackedObjectInfo> objs) Create a new writer for the oldest (most widely understood) format.static PackIndexWriterBasePackIndexWriter.createVersion(OutputStream dst, int version) Create a new writer instance for a specific index format version. -
Uses of PackIndexWriter in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackIndexWriterModifier and TypeMethodDescriptionvoidPackWriter.writeIndex(PackIndexWriter iw) Create an index file to match the pack file just written.