| Package | Description |
|---|---|
| com.github.difflib | |
| com.github.difflib.algorithm.myers |
| Modifier and Type | Method and Description |
|---|---|
static void |
DiffUtils.withDefaultDiffAlgorithmFactory(DiffAlgorithmFactory factory)
Sets the default diff algorithm factory to be used by all diff routines.
|
| Modifier and Type | Method and Description |
|---|---|
static DiffAlgorithmFactory |
MyersDiff.factory()
Factory to create instances of this specific diff algorithm.
|
static DiffAlgorithmFactory |
MyersDiffWithLinearSpace.factory()
Factory to create instances of this specific diff algorithm.
|
Copyright © 2009–2025 java-diff-utils. All rights reserved.