Interface ComparisonController


  • public interface ComparisonController
    Decides whether the difference engine should stop the whole comparison process because of the current difference.
    • Method Detail

      • stopDiffing

        boolean stopDiffing​(Difference difference)
        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