| Package | Description |
|---|---|
| com.github.cbuschka.zipdiff.content_diff | |
| com.github.cbuschka.zipdiff.filter |
| Modifier and Type | Method and Description |
|---|---|
ContentDiffType |
ContentDiffEntry.getType() |
static ContentDiffType |
ContentDiffType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentDiffType[] |
ContentDiffType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ContentDiffEntry(ContentDiffType type,
List<String> oldLines,
List<String> newLines) |
| Modifier and Type | Method and Description |
|---|---|
static DiffType |
DiffType.instanceFor(ContentDiffType contentDiffType) |
Copyright © 2020. All rights reserved.