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

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

Introduction

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

The text is from its open source code.

Method

Listcall()

Executes the Diff command with all the options and parameters collected by the setter methods (e.g.

DiffCommandsetNewTree(AbstractTreeIterator newTree)
Set new tree
DiffCommandsetOldTree(AbstractTreeIterator oldTree)
Set old tree
DiffCommandsetPathFilter(TreeFilter pathFilter)
Set path filter
DiffCommandsetProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the diff operation.
DiffCommandsetShowNameAndStatusOnly(boolean showNameAndStatusOnly)
Set whether to return only names and status of changed files