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

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

Introduction

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

The text is from its open source code.

Field

StringDEV_NULL
Magical file name used for file adds or deletes.

Method

ChangeTypegetChangeType()
Get the change type
AbbreviatedObjectIdgetId(Side side)
Get the object id.
FileModegetMode(Side side)
Get the mode associated with this file.
AbbreviatedObjectIdgetNewId()
Get the new object id from the index.
FileModegetNewMode()
Get the new file mode
StringgetNewPath()
Get the new name associated with this file.
AbbreviatedObjectIdgetOldId()
Get the old object id from the index.
FileModegetOldMode()
Get the old file mode
StringgetOldPath()
Get the old name associated with this file.
StringgetPath(Side side)
Get the path associated with this file.
intgetScore()
Get similarity score
Listscan(TreeWalk walk)
Convert the TreeWalk into DiffEntry headers.
Listscan(TreeWalk walk, boolean includeTrees, TreeFilter[] markTreeFilters)
Convert the TreeWalk into DiffEntry headers, depending on includeTrees it will add tree objects into result or not.
StringtoString()