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

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

Introduction

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

The text is from its open source code.

Constructor

Patch()
Create an empty patch.

Method

ListgetErrors()
Get collection of formatting errors.
ListgetFiles()
Get list of files described in the patch, in occurrence order.
voidparse(InputStream is)
Parse a patch received from an InputStream.
voidparse(byte[] buf, int ptr, int end)
Parse a patch stored in a byte[].