Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Method | Description |
---|---|---|
static DiffEntry.Side |
DiffEntry.Side.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DiffEntry.Side[] |
DiffEntry.Side.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
AbbreviatedObjectId |
DiffEntry.getId(DiffEntry.Side side) |
Get the object id.
|
FileMode |
DiffEntry.getMode(DiffEntry.Side side) |
Get the mode associated with this file.
|
String |
DiffEntry.getPath(DiffEntry.Side side) |
Get the path associated with this file.
|
ObjectLoader |
ContentSource.Pair.open(DiffEntry.Side side,
DiffEntry ent) |
Open the object.
|
long |
ContentSource.Pair.size(DiffEntry.Side side,
DiffEntry ent) |
Determine the size of the object.
|
Copyright © 2018. All rights reserved.