Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Field | Description |
---|---|---|
protected DiffEntry.ChangeType |
DiffEntry.changeType |
General type of change indicated by the patch.
|
Modifier and Type | Method | Description |
---|---|---|
DiffEntry.ChangeType |
DiffEntry.getChangeType() |
|
static DiffEntry.ChangeType |
DiffEntry.ChangeType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DiffEntry.ChangeType[] |
DiffEntry.ChangeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
DiffFormatter.formatGitDiffFirstHeaderLine(ByteArrayOutputStream o,
DiffEntry.ChangeType type,
String oldPath,
String newPath) |
Output the first header line
|
Copyright © 2018. All rights reserved.