public class Difference extends Object implements Comparable
Constructor and Description |
---|
Difference(String field,
Object referenceValue,
Object comparedValue) |
Difference(String message,
String field,
Object referenceValue,
Object comparedValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
Object |
getComparedValue() |
String |
getField() |
String |
getMessage() |
Object |
getReferenceValue() |
String |
toString() |
Copyright © 2018 Liquibase.org. All rights reserved.