Java org.eclipse.jgit.merge ResolveMerger fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.merge ResolveMerger fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.merge ResolveMerger.

The text is from its open source code.

Subclass

org.eclipse.jgit.merge.ResolveMerger has subclasses.
Click this link to see all its subclasses.

Constructor

ResolveMerger(Repository local)
Constructor for ResolveMerger.

Method

booleanfailed()
Returns whether this merge failed (i.e.
MapgetFailingPaths()
Get list of paths causing this merge to fail (not stopped because of a conflict).
Map>getMergeResults()
Get the mergeResults
ObjectIdgetResultTreeId()
ListgetUnmergedPaths()
Get the paths with conflicts.
voidsetCommitNames(String[] commitNames)
Set the names of the commits as they would appear in conflict markers
voidsetDirCache(DirCache dc)
Sets the DirCache which shall be used by this merger.
voidsetWorkingTreeIterator(WorkingTreeIterator workingTreeIterator)
Sets the WorkingTreeIterator to be used by this merger.