public class ComparisonResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<Difference> |
differences
List of differences detected during comparison with previous state.
|
private DatabaseState |
state
Database state that can be serialized and stored.
|
| Constructor and Description |
|---|
ComparisonResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Difference> |
getDifferences()
Getter for differences.
|
DatabaseState |
getState()
Getter for state.
|
boolean |
isSame()
Boolean result of comparison with previous state.
|
private final DatabaseState state
final java.util.List<Difference> differences
public boolean isSame()
public java.util.Collection<Difference> getDifferences()
public DatabaseState getState()