Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
Modifier and Type | Method | Description |
---|---|---|
ObjectId |
DirCache.writeTree(ObjectInserter ow) |
Write all index trees to the object store, returning the root tree.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DfsInserter |
Inserts objects into the DFS.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectInserter |
DfsObjDatabase.newInserter() |
Modifier and Type | Class | Description |
---|---|---|
static class |
ObjectInserter.Filter |
Wraps a delegate ObjectInserter.
|
static class |
ObjectInserter.Formatter |
An inserter that can be used for formatting and id generation only.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract ObjectInserter |
ObjectInserter.Filter.delegate() |
|
abstract ObjectInserter |
ObjectDatabase.newInserter() |
Create a new
ObjectInserter to insert new objects. |
ObjectInserter |
Repository.newObjectInserter() |
Modifier and Type | Method | Description |
---|---|---|
ObjectId |
TreeFormatter.computeId(ObjectInserter ins) |
Compute the ObjectId for this tree
|
ObjectId |
TreeFormatter.insertTo(ObjectInserter ins) |
Insert this tree and obtain its ObjectId.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectInserter |
Merger.getObjectInserter() |
Modifier and Type | Method | Description |
---|---|---|
void |
Merger.setObjectInserter(ObjectInserter oi) |
Set the inserter this merger will use to create objects.
|
Modifier and Type | Method | Description |
---|---|---|
Note |
DefaultNoteMerger.merge(Note base,
Note ours,
Note theirs,
ObjectReader reader,
ObjectInserter inserter) |
|
Note |
NoteMerger.merge(Note base,
Note ours,
Note their,
ObjectReader reader,
ObjectInserter inserter) |
Merges the conflicting note changes.
|
void |
NoteMap.set(AnyObjectId noteOn,
String noteData,
ObjectInserter ins) |
Attach a note to an object.
|
ObjectId |
NoteMap.writeTree(ObjectInserter inserter) |
Write this note map as a tree.
|
Copyright © 2018. All rights reserved.