| Package | Description |
|---|---|
| com.github.difflib.text |
| Modifier and Type | Method and Description |
|---|---|
DiffRow.Tag |
DiffRow.getTag() |
static DiffRow.Tag |
DiffRow.Tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffRow.Tag[] |
DiffRow.Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiffRow.setTag(DiffRow.Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.newTag(BiFunction<DiffRow.Tag,Boolean,String> generator)
Generator for New-Text-Tags.
|
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.oldTag(BiFunction<DiffRow.Tag,Boolean,String> generator)
Generator for Old-Text-Tags.
|
| Constructor and Description |
|---|
DiffRow(DiffRow.Tag tag,
String oldLine,
String newLine) |
Copyright © 2009–2025 java-diff-utils. All rights reserved.