| Package | Description |
|---|---|
| org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
| Modifier and Type | Field and Description |
|---|---|
private DiffConfig.RenameDetectionType |
DiffConfig.renameDetectionType |
| Modifier and Type | Method and Description |
|---|---|
DiffConfig.RenameDetectionType |
DiffConfig.getRenameDetectionType()
Get the rename detection type
|
private static DiffConfig.RenameDetectionType |
DiffConfig.parseRenameDetectionType(java.lang.String renameString) |
static DiffConfig.RenameDetectionType |
DiffConfig.RenameDetectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiffConfig.RenameDetectionType[] |
DiffConfig.RenameDetectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|