public class Match extends Object
| Constructor and Description |
|---|
Match() |
| Modifier and Type | Method and Description |
|---|---|
ZipIndexEntryMatch |
getNew() |
ZipIndexEntryMatch |
getOld() |
Set<DiffType> |
getTypes() |
boolean |
matches(DiffType diffType,
ZipIndexEntry zipIndexEntry,
List<String> oldLines,
ZipIndexEntry otherZipIndexEntry,
List<String> newLines) |
void |
setNew(ZipIndexEntryMatch new_) |
void |
setOld(ZipIndexEntryMatch old) |
void |
setTypes(Set<DiffType> types) |
public void setOld(ZipIndexEntryMatch old)
public void setNew(ZipIndexEntryMatch new_)
public ZipIndexEntryMatch getNew()
public ZipIndexEntryMatch getOld()
public boolean matches(DiffType diffType, ZipIndexEntry zipIndexEntry, List<String> oldLines, ZipIndexEntry otherZipIndexEntry, List<String> newLines)
Copyright © 2020. All rights reserved.