Package | Description |
---|---|
org.eclipse.jgit.diff | |
org.eclipse.jgit.patch |
Modifier and Type | Method and Description |
---|---|
FileHeader |
DiffFormatter.toFileHeader(DiffEntry ent)
Creates a
FileHeader representing the given DiffEntry |
Modifier and Type | Method and Description |
---|---|
void |
DiffFormatter.format(FileHeader head,
RawText a,
RawText b)
Format a patch script, reusing a previously parsed FileHeader.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedFileHeader
A file in the Git "diff --cc" or "diff --combined" format.
|
Modifier and Type | Method and Description |
---|---|
FileHeader |
HunkHeader.getFileHeader() |
FileHeader |
BinaryHunk.getFileHeader() |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends FileHeader> |
Patch.getFiles() |
Modifier and Type | Method and Description |
---|---|
void |
Patch.addFile(FileHeader fh)
Add a single file to this patch.
|
Copyright © 2012. All Rights Reserved.