Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Method and Description |
---|---|
static DiffAlgorithm.SupportedAlgorithm |
DiffAlgorithm.SupportedAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffAlgorithm.SupportedAlgorithm[] |
DiffAlgorithm.SupportedAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DiffAlgorithm |
DiffAlgorithm.getAlgorithm(DiffAlgorithm.SupportedAlgorithm alg)
Get diff algorithm
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.