public class Rule extends Object
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction() |
String |
getId() |
Match |
getMatch() |
boolean |
matches(DiffType type,
ZipIndexEntry zipIndexEntry,
List<String> oldLines,
ZipIndexEntry otherZipIndexEntry,
List<String> newLines) |
void |
setAction(Action action) |
void |
setId(String id) |
void |
setMatch(Match match) |
public void setAction(Action action)
public void setMatch(Match match)
public Action getAction()
public Match getMatch()
public boolean matches(DiffType type, ZipIndexEntry zipIndexEntry, List<String> oldLines, ZipIndexEntry otherZipIndexEntry, List<String> newLines)
public void setId(String id)
public String getId()
Copyright © 2020. All rights reserved.