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 with type parameters of type PackFile Modifier and Type Field Description static Comparator<PackFile>PackFile. SORTSorts PackFiles to be most recently created to least recently created.Methods in org.eclipse.jgit.internal.storage.file that return PackFile Modifier and Type Method Description PackFileObjectDirectoryPackParser. getPackFile()Get the importedPackFile.PackFileObjectDirectory. openPack(File pack)Add a single existing pack to the list of available pack files.Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type PackFile Modifier and Type Method Description Collection<PackFile>GC. gc()Runs a garbage collector on aFileRepository.Collection<PackFile>ObjectDirectory. getPacks()Collection<PackFile>GC. repack()Packs all objects which reachable from any of the heads into one pack file.
-