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 PackFilePack. bitmapIdxFileprivate PackFilePack. keepFileprivate PackFilePack. packFileMethods in org.eclipse.jgit.internal.storage.file that return PackFile Modifier and Type Method Description PackFilePackFile. create(PackExt ext)Create a new similar PackFile with the given extension instead.PackFilePackFile. createForDirectory(java.io.File directory)Create a new similar PackFile in the given directory.PackFilePackFile. createPreservedForDirectory(java.io.File directory)Create a new similar preserved PackFile in the given directory.PackFilePack. 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 voidGC. prunePack(PackFile packFile)Delete 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 booleanObjectDirectory. 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.
-