Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
PackIndex.MutableEntry |
PackIndex.MutableEntry.cloneEntry() |
Modifier and Type | Method and Description |
---|---|
abstract Iterator<PackIndex.MutableEntry> |
PackIndex.iterator()
Provide iterator that gives access to index entries.
|
Iterator<PackIndex.MutableEntry> |
PackFile.iterator()
Provide iterator over entries in associated pack index, that should also
exist in this pack file.
|
Copyright © 2015 Eclipse JGit Project. All rights reserved.