Java org.eclipse.jgit.api BlameCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api BlameCommand fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

BlameCommand(Repository repo)
Constructor for BlameCommand

Method

BlameResultcall()

Generate a list of lines with information about when the lines were introduced into the file path.

BlameCommandsetFilePath(String filePath)
Set file path.
BlameCommandsetFollowFileRenames(boolean follow)
Enable (or disable) following file renames.
BlameCommandsetStartCommit(AnyObjectId commit)
Set start commit id
BlameCommandsetTextComparator(RawTextComparator textComparator)
Set raw text comparator