Package org.custommonkey.xmlunit
Class NewDifferenceEngine.ComparisonController2ComparisonController
java.lang.Object
org.custommonkey.xmlunit.NewDifferenceEngine.ComparisonController2ComparisonController
- All Implemented Interfaces:
ComparisonController
- Enclosing class:
NewDifferenceEngine
public static class NewDifferenceEngine.ComparisonController2ComparisonController
extends Object
implements ComparisonController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstopDiffing(Difference difference) May instruct the difference engine to stop the whole comparison process.
-
Field Details
-
cc
-
-
Constructor Details
-
ComparisonController2ComparisonController
-
-
Method Details
-
stopDiffing
Description copied from interface:ComparisonControllerMay instruct the difference engine to stop the whole comparison process.- Specified by:
stopDiffingin interfaceComparisonController- Parameters:
difference- the Difference that is responsible for stopping the comparison process- Returns:
- whether to stop the comparison process
-