Package | Description |
---|---|
org.eclipse.jgit.dircache | |
org.eclipse.jgit.lib | |
org.eclipse.jgit.merge | |
org.eclipse.jgit.notes | |
org.eclipse.jgit.storage.dfs |
Modifier and Type | Method and Description |
---|---|
ObjectId |
DirCache.writeTree(ObjectInserter ow)
Write all index trees to the object store, returning the root tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
ObjectInserter.Formatter
An inserter that can be used for formatting and id generation only.
|
Modifier and Type | Method and Description |
---|---|
abstract ObjectInserter |
ObjectDatabase.newInserter()
Create a new
ObjectInserter to insert new objects. |
ObjectInserter |
Repository.newObjectInserter() |
Modifier and Type | Method and 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 and Description |
---|---|
ObjectInserter |
Merger.getObjectInserter() |
Modifier and Type | Method and Description |
---|---|
Note |
NoteMerger.merge(Note base,
Note ours,
Note their,
ObjectReader reader,
ObjectInserter inserter)
Merges the conflicting note changes.
|
Note |
DefaultNoteMerger.merge(Note base,
Note ours,
Note theirs,
ObjectReader reader,
ObjectInserter inserter) |
void |
NoteMap.set(AnyObjectId noteOn,
java.lang.String noteData,
ObjectInserter ins)
Attach a note to an object.
|
ObjectId |
NoteMap.writeTree(ObjectInserter inserter)
Write this note map as a tree.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsInserter
Inserts objects into the DFS.
|
Modifier and Type | Method and Description |
---|---|
ObjectInserter |
DfsObjDatabase.newInserter() |
Copyright © 2012. All Rights Reserved.