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