public class SnapshotDiffer
extends java.lang.Object
| Constructor and Description |
|---|
SnapshotDiffer(DiffFactory diffFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Change> |
calculateDiffs(java.util.List<CdoSnapshot> snapshots,
java.util.Map<SnapshotIdentifier,CdoSnapshot> previousSnapshots)
Calculates changes introduced by a collection of snapshots.
|
public SnapshotDiffer(DiffFactory diffFactory)
public java.util.List<Change> calculateDiffs(java.util.List<CdoSnapshot> snapshots, java.util.Map<SnapshotIdentifier,CdoSnapshot> previousSnapshots)