Package org.xmlunit.diff
Interface ComparisonController
- All Known Implementing Classes:
NewDifferenceEngine.ComparisonController2ComparisonController
public interface ComparisonController
Decides whether the difference engine should stop the whole
comparison process because of the current difference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
stopDiffing
(Difference difference) May instruct the difference engine to stop the whole comparison process.
-
Method Details
-
stopDiffing
May instruct the difference engine to stop the whole comparison process.- Parameters:
difference
- the Difference that is responsible for stopping the comparison process- Returns:
- whether to stop the comparison process
-