Uses of Class
org.eclipse.jgit.lib.ObjectInserter
Packages that use ObjectInserter
Package
Description
Reading and editing the directory cache (index).
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Git notes processing (for commits, etc).
Patch file parser and data structure.
-
Uses of ObjectInserter in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type ObjectInserterModifier and TypeMethodDescriptionDirCache.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.dfsMethods in org.eclipse.jgit.internal.storage.dfs that return ObjectInserter -
Uses of ObjectInserter in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectInserter in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescriptionclass
Object inserter that inserts one pack per call toPackInserter.flush()
, and never inserts loose objects. -
Uses of ObjectInserter in org.eclipse.jgit.lib
Subclasses of ObjectInserter in org.eclipse.jgit.libModifier and TypeClassDescriptionstatic class
Wraps a delegate ObjectInserter.static class
An inserter that can be used for formatting and id generation only.Methods in org.eclipse.jgit.lib that return ObjectInserterModifier and TypeMethodDescriptionprotected abstract ObjectInserter
ObjectInserter.Filter.delegate()
Get delegate ObjectInserter to handle all processingObjectReader.Filter.getCreatedFromInserter()
ObjectReader.getCreatedFromInserter()
Get theObjectInserter
from which this reader was created usinginserter.newReader()
abstract ObjectInserter
ObjectDatabase.newInserter()
Create a newObjectInserter
to insert new objects.Repository.newObjectInserter()
Create a new inserter to create objects inRepository.getObjectDatabase()
.Methods in org.eclipse.jgit.lib with parameters of type ObjectInserterModifier and TypeMethodDescriptionTreeFormatter.computeId
(ObjectInserter ins) Compute the ObjectId for this treeTreeFormatter.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 ObjectInserterModifier and TypeMethodDescriptionMerger.getObjectInserter()
Get an object writer to create objects, writing objects toMerger.getRepository()
Methods in org.eclipse.jgit.merge with parameters of type ObjectInserterModifier and TypeMethodDescriptionResolveMerger.WorkTreeUpdater.createInCoreWorkTreeUpdater
(Repository repo, DirCache dirCache, ObjectInserter oi) Creates a newResolveMerger.WorkTreeUpdater
that works in memory only.abstract Merger
MergeStrategy.newMerger
(ObjectInserter inserter, Config config) Create a new merge instance.StrategyOneSided.newMerger
(ObjectInserter inserter, Config config) StrategyRecursive.newMerger
(ObjectInserter inserter, Config config) StrategyResolve.newMerger
(ObjectInserter inserter, Config config) StrategySimpleTwoWayInCore.newMerger
(ObjectInserter inserter, Config config) void
Merger.setObjectInserter
(ObjectInserter oi) Set the inserter this merger will use to create objects.Constructors in org.eclipse.jgit.merge with parameters of type ObjectInserterModifierConstructorDescriptionprotected
Merger
(ObjectInserter oi) Create a new in-core merge instance from an inserter.protected
RecursiveMerger
(ObjectInserter inserter, Config config) Normal recursive merge, implies inCore.protected
ResolveMerger
(ObjectInserter inserter, Config config) Constructor for ResolveMerger.protected
ThreeWayMerger
(ObjectInserter inserter) Create a new in-core merge instance from an inserter. -
Uses of ObjectInserter in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes with parameters of type ObjectInserterModifier and TypeMethodDescriptionDefaultNoteMerger.merge
(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter) 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.NoteMap.writeTree
(ObjectInserter inserter) Write this note map as a tree. -
Uses of ObjectInserter in org.eclipse.jgit.patch
Constructors in org.eclipse.jgit.patch with parameters of type ObjectInserterModifierConstructorDescriptionPatchApplier
(Repository repo, RevTree beforeTree, ObjectInserter oi)