Java org.eclipse.jgit.treewalk NameConflictTreeWalk fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.treewalk NameConflictTreeWalk fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

NameConflictTreeWalk(Repository repo)
Create a new tree walker for a given repository.
NameConflictTreeWalk(ObjectReader or)
Create a new tree walker for a given repository.