Uses of Class
org.eclipse.jgit.internal.storage.file.PackFile
-
Packages that use PackFile Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackFile in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as PackFile Modifier and Type Field Description private PackFile
Pack. bitmapIdxFile
private PackFile
Pack. keepFile
private PackFile
Pack. packFile
Methods in org.eclipse.jgit.internal.storage.file that return PackFile Modifier and Type Method Description PackFile
PackFile. create(PackExt ext)
Create a new similar PackFile with the given extension instead.PackFile
PackFile. createForDirectory(java.io.File directory)
Create a new similar PackFile in the given directory.PackFile
PackFile. createPreservedForDirectory(java.io.File directory)
Create a new similar preserved PackFile in the given directory.PackFile
Pack. getPackFile()
Get the File object which locates this pack on disk.Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type PackFile Modifier and Type Method Description private java.util.Map<java.lang.String,java.util.Map<PackExt,PackFile>>
PackDirectory. getPackFilesByExtById()
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackFile Modifier and Type Method Description private void
GC. prunePack(PackFile packFile)
Delete files associated with a single pack file.private void
GC. removeOldPack(PackFile packFile, int deleteOptions)
Deletes old pack file, unless 'preserve-oldpacks' is set, in which case it moves the pack file to the preserved directoryprivate boolean
ObjectDirectory. restore(PackFile preservedPack)
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackFile Constructor Description Pack(java.io.File packFile, PackFile bitmapIdxFile)
Construct a reader for an existing, pre-indexed packfile.
-