Package org.alfresco.util.schemacomp
Class Difference
java.lang.Object
org.alfresco.util.schemacomp.Result
org.alfresco.util.schemacomp.Difference
Result of a comparison between two database objects.
- Author:
- Matt Ward
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Difference
-
-
Method Details
-
getWhere
- Returns:
- the where
-
getLeft
- Returns:
- the left
-
getRight
- Returns:
- the right
-
describe
Description copied from class:ResultA loggable message to describe the comparison result. Default implementation delegates to toString() but this should generally be overridden as toString() is used in a multitude of contexts. -
describe
Description copied from class:ResultAn overload of theResult.describe()that allows you to specify what locale to use for the loggable message that describes the comparison result. -
toString
-