Package | Description |
---|---|
org.eclipse.jgit.storage.file |
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,
java.io.File idx)
Add a single existing pack to the list of available pack files.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PackFile> |
ObjectDirectory.getPacks() |
Copyright © 2012. All Rights Reserved.