Package | Description |
---|---|
com.github.difflib.patch |
Modifier and Type | Field and Description |
---|---|
ConflictOutput<T> |
Patch.CONFLICT_PRODUCES_EXCEPTION
Standard Patch behaviour to throw an exception for pathching conflicts.
|
static ConflictOutput<String> |
Patch.CONFLICT_PRODUCES_MERGE_CONFLICT
Git like merge conflict output.
|
Modifier and Type | Method and Description |
---|---|
Patch |
Patch.withConflictOutput(ConflictOutput<T> conflictOutput)
Alter normal conflict output behaviour to e.g. inclide some conflict
statements in the result, like git does it.
|
Copyright © 2009–2021 java-diff-utils. All rights reserved.