Interface IBatchComparisonTask
- All Known Implementing Classes:
RecompareOnChangedTopObjectsTask
,StartBatchComparisonTask
public interface IBatchComparisonTask
A task for (re)comparing of compare/merge processes batch.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
run
(IBatchComparisonRunner comparisonRunner) Runs the task.
-
Method Details
-
run
Runs the task.- Parameters:
comparisonRunner
- the comparison runner, cannot benull
- Returns:
true
if comparison has been run,false
otherwise
-