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 PackFilePack.bitmapIdxFileprivate PackFilePack.keepFileprivate final PackFilePack.packFileMethods 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 voidDelete files associated with a single pack file.private voidGC.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 booleanConstructors in org.eclipse.jgit.internal.storage.file with parameters of type PackFile