Uses of Class
org.eclipse.jgit.internal.storage.file.PackFile
Packages that use PackFile
-
Uses of PackFile in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as PackFileModifier and TypeFieldDescriptionprivate PackFile
Pack.bitmapIdxFile
private PackFile
Pack.keepFile
private final PackFile
Pack.packFile
Methods in org.eclipse.jgit.internal.storage.file that return PackFileModifier and TypeMethodDescriptionCreate a new similar PackFile with the given extension instead.PackFile.createForDirectory
(File directory) Create a new similar PackFile in the given directory.PackFile.createPreservedForDirectory
(File directory) Create a new similar preserved PackFile in the given directory.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 PackFileMethods in org.eclipse.jgit.internal.storage.file with parameters of type PackFileModifier and TypeMethodDescriptionprivate void
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
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackFile