Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Method | Description |
---|---|---|
DiffConfig.RenameDetectionType |
DiffConfig.getRenameDetectionType() |
|
static DiffConfig.RenameDetectionType |
DiffConfig.RenameDetectionType.valueOf(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.
|
Copyright © 2018. All rights reserved.