| Package | Description |
|---|---|
| difflib |
The
difflib package
implements general operation with diff files. |
| 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) |
| Constructor and Description |
|---|
DiffRow(DiffRow.Tag tag,
String oldLine,
String newLine) |
Copyright © 2015. All rights reserved.