Java org.eclipse.jgit.diff RenameDetector fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.diff RenameDetector fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

RenameDetector(Repository repo)
Create a new rename detector for the given repository

Method

voidaddAll(Collection entriesToAdd)
Add entries to be considered for rename detection.
Listcompute()
Detect renames in the current file set.
Listcompute(ObjectReader reader, ProgressMonitor pm)
Detect renames in the current file set.
Listcompute(ContentSource.Pair reader, ProgressMonitor pm)
Detect renames in the current file set.
intgetRenameScore()
Get rename score
voidsetRenameLimit(int limit)
Set the limit on the number of files to perform inexact rename detection.