public class SnapshotDiffer
extends java.lang.Object
| Constructor | Description |
|---|---|
SnapshotDiffer(DiffFactory diffFactory) |
| Modifier and Type | Method | 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)