public class ListDiffOutput extends java.lang.Object implements DiffOutput
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<TopicMapDiff.DiffEntry> |
diff |
| Constructor and Description |
|---|
ListDiffOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
endCompare() |
java.util.ArrayList<TopicMapDiff.DiffEntry> |
getList() |
boolean |
noDifferences(Association a) |
boolean |
noDifferences(Topic t) |
boolean |
outputDiffEntry(TopicMapDiff.DiffEntry d) |
void |
startCompare() |
private java.util.ArrayList<TopicMapDiff.DiffEntry> diff
public void startCompare()
startCompare in interface DiffOutputpublic void endCompare()
endCompare in interface DiffOutputpublic boolean outputDiffEntry(TopicMapDiff.DiffEntry d)
outputDiffEntry in interface DiffOutputpublic boolean noDifferences(Topic t)
noDifferences in interface DiffOutputpublic boolean noDifferences(Association a)
noDifferences in interface DiffOutputpublic java.util.ArrayList<TopicMapDiff.DiffEntry> getList()
Copyright 2004-2015 Wandora Team