| Modifier and Type | Method and Description |
|---|---|
static DiffOptions |
DiffOptions.defaults()
Get the default diff options.
|
DiffOptions |
DiffBase.getOptions()
Get the diff options used when diffing.
|
DiffOptions |
DiffOptions.withCheckLines(boolean checkLines)
Set the option to check line-line diff before inter-line diffs.
|
DiffOptions |
DiffOptions.withClock(Clock clock)
Use the clock instance when calculating deadline oversteps.
|
DiffOptions |
DiffOptions.withEditCost(int editCost)
Set the cost of an empty edit operation in terms of edit characters
|
DiffOptions |
DiffOptions.withTimeout(double timeout)
Set the number of seconds to map a diff before giving up (0 for infinity).
|
| Constructor and Description |
|---|
Bisect(String text1,
String text2,
DiffOptions options) |
Diff(String text1,
String text2,
DiffOptions options) |
Diff(String text1,
String text2,
DiffOptions options,
long deadline) |
DiffLines(String text1,
String text2,
DiffOptions options) |
Copyright © 2017. All rights reserved.