Package | Description |
---|---|
org.eclipse.jgit.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
static java.util.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(java.io.File pack)
Add a single existing pack to the list of available pack files.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PackFile> |
GC.gc()
Runs a garbage collector on a
FileRepository . |
java.util.Collection<PackFile> |
ObjectDirectory.getPacks() |
java.util.Collection<PackFile> |
GC.repack()
Packs all objects which reachable from any of the heads into one pack
file.
|
Copyright © 2013. All Rights Reserved.