| Package | Description |
|---|---|
| com.github.cbuschka.zipdiff.filter |
| Modifier and Type | Method and Description |
|---|---|
static DiffType |
DiffType.instanceFor(ContentDiffType contentDiffType) |
static DiffType |
DiffType.instanceFor(ZipIndexDiffEntryType zipIndexDiffEntryType) |
static DiffType |
DiffType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffType[] |
DiffType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DiffType> |
Match.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Rule> |
Config.getFirstMatchingRule(DiffType type,
ZipIndexEntry zipIndexEntry,
List<String> oldLines,
ZipIndexEntry otherZipIndexEntry,
List<String> newLines) |
boolean |
Rule.matches(DiffType type,
ZipIndexEntry zipIndexEntry,
List<String> oldLines,
ZipIndexEntry otherZipIndexEntry,
List<String> newLines) |
boolean |
Match.matches(DiffType diffType,
ZipIndexEntry zipIndexEntry,
List<String> oldLines,
ZipIndexEntry otherZipIndexEntry,
List<String> newLines) |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setTypes(Set<DiffType> types) |
Copyright © 2020. All rights reserved.