Uses of Class
org.eclipse.jgit.errors.CorruptPackIndexException
-
Packages that use CorruptPackIndexException Package Description org.eclipse.jgit.internal.fsck Git fsck support.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of CorruptPackIndexException in org.eclipse.jgit.internal.fsck
Methods in org.eclipse.jgit.internal.fsck that throw CorruptPackIndexException Modifier and Type Method Description void
FsckPackParser. verifyIndex(PackIndex idx)
Verify the existing index file with all objects from the pack. -
Uses of CorruptPackIndexException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw CorruptPackIndexException Modifier and Type Method Description private void
DfsFsck. verifyPack(ProgressMonitor pm, FsckError errors, DfsReader ctx, DfsPackFile pack, ReadableChannel ch)
-