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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidformatMerge(OutputStream out, MergeResult res, String baseName, String oursName, String theirsName, String charsetName)
Formats the results of a merge of exactly two org.eclipse.jgit.diff.RawText objects in a Git conformant way.
voidformatMerge(OutputStream out, MergeResult res, String baseName, String oursName, String theirsName, Charset charset)
Formats the results of a merge of exactly two org.eclipse.jgit.diff.RawText objects in a Git conformant way.