Example usage for org.eclipse.jgit.merge StrategyResolve subclass-usage

List of usage examples for org.eclipse.jgit.merge StrategyResolve subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.merge StrategyResolve subclass-usage.

Usage

From source file org.eclipse.emf.compare.egit.internal.merge.StrategyRecursiveModel.java

/**
 * A three-way merge strategy leaving the merging to the
 * {@link org.eclipse.core.resources.mapping.ModelProvider models} if applicable, and delegating to the
 * {@link org.eclipse.jgit.merge.StrategyRecursive} otherwise.
 * 
 * @author <a href="mailto:laurent.goubet@obeo.fr">Laurent Goubet</a>