| Package | Description |
|---|---|
| org.eclipse.jgit.storage.file |
File based repository storage.
|
| org.eclipse.jgit.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Method and Description |
|---|---|
PackIndex |
PackFile.getIndex() |
static PackIndex |
PackIndex.open(File idxFile)
Open an existing pack
.idx file for reading. |
static PackIndex |
PackIndex.read(InputStream fd)
Read an existing pack index file from a buffered stream.
|
| Constructor and Description |
|---|
PackReverseIndex(PackIndex packIndex)
Create reverse index from straight/forward pack index, by indexing all
its entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackWriter.excludeObjects(PackIndex idx)
Add a pack index whose contents should be excluded from the result.
|
Copyright © 2013. All Rights Reserved.