Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<PackFile> |
PackFile.SORT
Sorts PackFiles to be most recently created to least recently created.
|
Modifier and Type | Method and Description |
---|---|
PackFile |
ObjectDirectoryPackParser.getPackFile()
Get the imported
PackFile . |
PackFile |
ObjectDirectory.openPack(File pack) |
Modifier and Type | Method and Description |
---|---|
Collection<PackFile> |
GC.gc()
Runs a garbage collector on a
FileRepository . |
Collection<PackFile> |
ObjectDirectory.getPacks() |
Collection<PackFile> |
GC.repack()
Packs all objects which reachable from any of the heads into one pack
file.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.