Uses of Class
org.eclipse.jgit.lib.ObjectInserter
-
Packages that use ObjectInserter 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). -
-
Uses of ObjectInserter in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type ObjectInserter Modifier and Type Method Description ObjectIdDirCache. writeTree(ObjectInserter ow)Write all index trees to the object store, returning the root tree. -
Uses of ObjectInserter in org.eclipse.jgit.internal.storage.dfs
Subclasses of ObjectInserter in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description classDfsInserterInserts objects into the DFS.Methods in org.eclipse.jgit.internal.storage.dfs that return ObjectInserter Modifier and Type Method Description ObjectInserterDfsObjDatabase. newInserter() -
Uses of ObjectInserter in org.eclipse.jgit.lib
Subclasses of ObjectInserter in org.eclipse.jgit.lib Modifier and Type Class Description static classObjectInserter.FilterWraps a delegate ObjectInserter.static classObjectInserter.FormatterAn inserter that can be used for formatting and id generation only.Methods in org.eclipse.jgit.lib that return ObjectInserter Modifier and Type Method Description protected abstract ObjectInserterObjectInserter.Filter. delegate()abstract ObjectInserterObjectDatabase. newInserter()Create a newObjectInserterto insert new objects.ObjectInserterRepository. newObjectInserter()Methods in org.eclipse.jgit.lib with parameters of type ObjectInserter Modifier and Type Method Description ObjectIdTreeFormatter. computeId(ObjectInserter ins)Compute the ObjectId for this treeObjectIdTreeFormatter. insertTo(ObjectInserter ins)Insert this tree and obtain its ObjectId. -
Uses of ObjectInserter in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return ObjectInserter Modifier and Type Method Description ObjectInserterMerger. getObjectInserter()Methods in org.eclipse.jgit.merge with parameters of type ObjectInserter Modifier and Type Method Description voidMerger. setObjectInserter(ObjectInserter oi)Set the inserter this merger will use to create objects. -
Uses of ObjectInserter in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes with parameters of type ObjectInserter Modifier and Type Method Description NoteDefaultNoteMerger. merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)NoteNoteMerger. merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.voidNoteMap. set(AnyObjectId noteOn, String noteData, ObjectInserter ins)Attach a note to an object.ObjectIdNoteMap. writeTree(ObjectInserter inserter)Write this note map as a tree.
-