| Package | Description |
|---|---|
| org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
| org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
| Modifier and Type | Method | Description |
|---|---|---|
DirCacheBuilder |
DirCache.builder() |
Create a new builder to update this cache.
|
| Constructor | Description |
|---|---|
DirCacheBuildIterator(DirCacheBuilder dcb) |
Create a new iterator for an already loaded DirCache instance.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected DirCacheBuilder |
ResolveMerger.builder |
Builder to update the cache during this merge.
|
Copyright © 2018. All rights reserved.