Java org.eclipse.jgit.patch FileHeader fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.patch FileHeader fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

byte[]getBuffer()
Get the byte array holding this file's patch script.
ChangeTypegetChangeType()
Get the change type
intgetEndOffset()
Get offset one past the end of the file script.
ListgetHunks()
Get hunks altering this file; in order of appearance in patch
FileModegetNewMode()
Get the new file mode
StringgetNewPath()
Get the new name associated with this file.
FileModegetOldMode()
Get the old file mode
StringgetOldPath()
Get the old name associated with this file.
PatchTypegetPatchType()
Get style of patch used to modify this file.
StringgetPath(Side side)
Get the path associated with this file.
intgetStartOffset()
Get offset of the start of this file's script in #getBuffer() .
EditListtoEditList()
Convert to a list describing the content edits performed on this file.